Title: [174257] trunk/Source/WebKit2
Revision
174257
Author
[email protected]
Date
2014-10-02 22:39:09 -0700 (Thu, 02 Oct 2014)

Log Message

URTBF after r174231 to fix non Apple builds.

* WebProcess/WebPage/WebPage.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (174256 => 174257)


--- trunk/Source/WebKit2/ChangeLog	2014-10-03 04:38:19 UTC (rev 174256)
+++ trunk/Source/WebKit2/ChangeLog	2014-10-03 05:39:09 UTC (rev 174257)
@@ -1,3 +1,9 @@
+2014-10-02  Csaba Osztrogonác  <[email protected]>
+
+        URTBF after r174231 to fix non Apple builds.
+
+        * WebProcess/WebPage/WebPage.h:
+
 2014-10-02  Andy Estes  <[email protected]>
 
         [iOS] Create an SPI wrapper for _UIHighlightView and use it in WKContentView

Modified: trunk/Source/WebKit2/WebProcess/WebPage/WebPage.h (174256 => 174257)


--- trunk/Source/WebKit2/WebProcess/WebPage/WebPage.h	2014-10-03 04:38:19 UTC (rev 174256)
+++ trunk/Source/WebKit2/WebProcess/WebPage/WebPage.h	2014-10-03 05:39:09 UTC (rev 174257)
@@ -62,6 +62,7 @@
 #include <wtf/HashMap.h>
 #include <wtf/PassRefPtr.h>
 #include <wtf/RefPtr.h>
+#include <wtf/RunLoop.h>
 #include <wtf/text/WTFString.h>
 
 #if HAVE(ACCESSIBILITY) && (PLATFORM(GTK) || PLATFORM(EFL))
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to