Title: [237533] releases/WebKitGTK/webkit-2.22/Source/WebKit
- Revision
- 237533
- Author
- [email protected]
- Date
- 2018-10-28 16:01:51 -0700 (Sun, 28 Oct 2018)
Log Message
Merged r235907 - Unreviewed, fix build after r235903
https://bugs.webkit.org/show_bug.cgi?id=188872
This broke all ports except GTK. Need to add a missing header.
* UIProcess/PageClient.h:
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog (237532 => 237533)
--- releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog 2018-10-28 23:01:46 UTC (rev 237532)
+++ releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog 2018-10-28 23:01:51 UTC (rev 237533)
@@ -1,5 +1,14 @@
2018-09-11 Michael Catanzaro <[email protected]>
+ Unreviewed, fix build after r235903
+ https://bugs.webkit.org/show_bug.cgi?id=188872
+
+ This broke all ports except GTK. Need to add a missing header.
+
+ * UIProcess/PageClient.h:
+
+2018-09-11 Michael Catanzaro <[email protected]>
+
WebPageProxy should hold a WeakPtr to its PageClient
https://bugs.webkit.org/show_bug.cgi?id=188872
Modified: releases/WebKitGTK/webkit-2.22/Source/WebKit/UIProcess/PageClient.h (237532 => 237533)
--- releases/WebKitGTK/webkit-2.22/Source/WebKit/UIProcess/PageClient.h 2018-10-28 23:01:46 UTC (rev 237532)
+++ releases/WebKitGTK/webkit-2.22/Source/WebKit/UIProcess/PageClient.h 2018-10-28 23:01:51 UTC (rev 237533)
@@ -36,6 +36,7 @@
#include <WebCore/UserInterfaceLayoutDirection.h>
#include <WebCore/ValidationBubble.h>
#include <wtf/Forward.h>
+#include <wtf/WeakPtr.h>
#if PLATFORM(COCOA)
#include "LayerRepresentation.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes