Title: [204822] releases/WebKitGTK/webkit-2.12/Source/WebCore
- Revision
- 204822
- Author
- [email protected]
- Date
- 2016-08-23 05:28:08 -0700 (Tue, 23 Aug 2016)
Log Message
Merge r202145 - 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: releases/WebKitGTK/webkit-2.12/Source/WebCore/ChangeLog (204821 => 204822)
--- releases/WebKitGTK/webkit-2.12/Source/WebCore/ChangeLog 2016-08-23 12:28:02 UTC (rev 204821)
+++ releases/WebKitGTK/webkit-2.12/Source/WebCore/ChangeLog 2016-08-23 12:28:08 UTC (rev 204822)
@@ -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-02 Carlos Garcia Campos <[email protected]>
[Wayland] PlatformDisplayWayland destructor is super crashy
Modified: releases/WebKitGTK/webkit-2.12/Source/WebCore/platform/graphics/PlatformDisplay.cpp (204821 => 204822)
--- releases/WebKitGTK/webkit-2.12/Source/WebCore/platform/graphics/PlatformDisplay.cpp 2016-08-23 12:28:02 UTC (rev 204821)
+++ releases/WebKitGTK/webkit-2.12/Source/WebCore/platform/graphics/PlatformDisplay.cpp 2016-08-23 12:28:08 UTC (rev 204822)
@@ -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