Title: [163943] trunk/Source/WebKit2
- Revision
- 163943
- Author
- [email protected]
- Date
- 2014-02-11 20:45:13 -0800 (Tue, 11 Feb 2014)
Log Message
EFL build fix after r163919.
* WebProcess/WebPage/WebPage.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (163942 => 163943)
--- trunk/Source/WebKit2/ChangeLog 2014-02-12 04:42:47 UTC (rev 163942)
+++ trunk/Source/WebKit2/ChangeLog 2014-02-12 04:45:13 UTC (rev 163943)
@@ -1,3 +1,9 @@
+2014-02-11 Ryosuke Niwa <[email protected]>
+
+ EFL build fix after r163919.
+
+ * WebProcess/WebPage/WebPage.h:
+
2014-02-11 Jaehun Lim <[email protected]>
Unreviewed build fix after r163919
Modified: trunk/Source/WebKit2/WebProcess/WebPage/WebPage.h (163942 => 163943)
--- trunk/Source/WebKit2/WebProcess/WebPage/WebPage.h 2014-02-12 04:42:47 UTC (rev 163942)
+++ trunk/Source/WebKit2/WebProcess/WebPage/WebPage.h 2014-02-12 04:45:13 UTC (rev 163943)
@@ -76,6 +76,10 @@
#include "WebPrintOperationGtk.h"
#endif
+#if PLATFORM(IOS)
+#include "WKGestureTypes.h"
+#endif
+
#if ENABLE(TOUCH_EVENTS)
#if PLATFORM(IOS)
#include <WebKitAdditions/PlatformTouchEventIOS.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes