Title: [206546] trunk/Source/WebCore
Revision
206546
Author
[email protected]
Date
2016-09-28 14:08:41 -0700 (Wed, 28 Sep 2016)

Log Message

Unreviewed, fix iOS build.

* bindings/js/ios/TouchConstructors.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (206545 => 206546)


--- trunk/Source/WebCore/ChangeLog	2016-09-28 20:48:35 UTC (rev 206545)
+++ trunk/Source/WebCore/ChangeLog	2016-09-28 21:08:41 UTC (rev 206546)
@@ -1,5 +1,11 @@
 2016-09-28  Chris Dumez  <[email protected]>
 
+        Unreviewed, fix iOS build.
+
+        * bindings/js/ios/TouchConstructors.cpp:
+
+2016-09-28  Chris Dumez  <[email protected]>
+
         It should be possible to dispatch events on template documents
         https://bugs.webkit.org/show_bug.cgi?id=162687
 

Modified: trunk/Source/WebCore/bindings/js/ios/TouchConstructors.cpp (206545 => 206546)


--- trunk/Source/WebCore/bindings/js/ios/TouchConstructors.cpp	2016-09-28 20:48:35 UTC (rev 206545)
+++ trunk/Source/WebCore/bindings/js/ios/TouchConstructors.cpp	2016-09-28 21:08:41 UTC (rev 206546)
@@ -27,7 +27,6 @@
 
 #if ENABLE(IOS_TOUCH_EVENTS)
 
-#include <WebKitAdditions/JSTouchCustomIOS.cpp>
 #include <WebKitAdditions/JSTouchListCustomIOS.cpp>
 
 #endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to