WebKit Bugzilla
Attachment 359681 Details for
Bug 193651
: [GTK] Speculative build fix for Ubuntu LTS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-193651-20190121125422.patch (text/plain), 955 bytes, created by
Claudio Saavedra
on 2019-01-21 02:54:23 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Claudio Saavedra
Created:
2019-01-21 02:54:23 PST
Size:
955 bytes
patch
obsolete
>Subversion Revision: 240231 >diff --git a/Source/WTF/ChangeLog b/Source/WTF/ChangeLog >index c33e3e76e2e8dc7c64095089a7bb6ac52c305643..57714e131b5d35037190ad008e628faf6d188e1e 100644 >--- a/Source/WTF/ChangeLog >+++ b/Source/WTF/ChangeLog >@@ -1,3 +1,12 @@ >+2019-01-21 Claudio Saavedra <csaavedra@igalia.com> >+ >+ [GTK] Speculative build fix for Ubuntu LTS >+ https://bugs.webkit.org/show_bug.cgi?id=193651 >+ >+ Unreviewed build fix. >+ >+ * wtf/Assertions.h: Add missing <cstdlib> include. >+ > 2019-01-20 Saam Barati <sbarati@apple.com> > > Rollout r240210: It broke tests on iOS >diff --git a/Source/WTF/wtf/Assertions.h b/Source/WTF/wtf/Assertions.h >index 650e76541e6e5dd5a082f0da99d54a2f197983f8..3f457bae6e8d687bf35761d5d1b08b485ad41ac7 100644 >--- a/Source/WTF/wtf/Assertions.h >+++ b/Source/WTF/wtf/Assertions.h >@@ -52,6 +52,7 @@ > #endif > > #ifdef __cplusplus >+#include <cstdlib> > #include <type_traits> > > #if OS(WINDOWS)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 193651
:
359681
|
359684