Title: [235907] trunk/Source/WebKit
- Revision
- 235907
- Author
- [email protected]
- Date
- 2018-09-11 11:56:09 -0700 (Tue, 11 Sep 2018)
Log Message
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: trunk/Source/WebKit/ChangeLog (235906 => 235907)
--- trunk/Source/WebKit/ChangeLog 2018-09-11 18:38:28 UTC (rev 235906)
+++ trunk/Source/WebKit/ChangeLog 2018-09-11 18:56:09 UTC (rev 235907)
@@ -1,3 +1,12 @@
+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 Pablo Saavedra <[email protected]>
Add missing #if ENABLE(VIDEO) WebProcess/FullScreen/WebFullScreenManager.cpp
Modified: trunk/Source/WebKit/UIProcess/PageClient.h (235906 => 235907)
--- trunk/Source/WebKit/UIProcess/PageClient.h 2018-09-11 18:38:28 UTC (rev 235906)
+++ trunk/Source/WebKit/UIProcess/PageClient.h 2018-09-11 18:56:09 UTC (rev 235907)
@@ -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