Title: [202145] trunk/Source/WebCore
Revision
202145
Author
[email protected]
Date
2016-06-16 16:03:01 -0700 (Thu, 16 Jun 2016)

Log Message

Include cstdlib before using std::atexit
https://bugs.webkit.org/show_bug.cgi?id=158681

Patch by Ting-Wei Lan <[email protected]> on 2016-06-16
Reviewed by Brent Fulgham.

* platform/graphics/PlatformDisplay.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (202144 => 202145)


--- trunk/Source/WebCore/ChangeLog	2016-06-16 22:55:53 UTC (rev 202144)
+++ trunk/Source/WebCore/ChangeLog	2016-06-16 23:03:01 UTC (rev 202145)
@@ -1,3 +1,12 @@
+2016-06-16  Ting-Wei Lan  <[email protected]>
+
+        Include cstdlib before using std::atexit
+        https://bugs.webkit.org/show_bug.cgi?id=158681
+
+        Reviewed by Brent Fulgham.
+
+        * platform/graphics/PlatformDisplay.cpp:
+
 2016-06-16  Chris Dumez  <[email protected]>
 
         Use StringView::toAtomicString() in HTMLImageElement::setBestFitURLAndDPRFromImageCandidate()

Modified: trunk/Source/WebCore/platform/graphics/PlatformDisplay.cpp (202144 => 202145)


--- trunk/Source/WebCore/platform/graphics/PlatformDisplay.cpp	2016-06-16 22:55:53 UTC (rev 202144)
+++ trunk/Source/WebCore/platform/graphics/PlatformDisplay.cpp	2016-06-16 23:03:01 UTC (rev 202145)
@@ -26,6 +26,7 @@
 #include "config.h"
 #include "PlatformDisplay.h"
 
+#include <cstdlib>
 #include <mutex>
 #include <wtf/NeverDestroyed.h>
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to