Title: [191121] trunk/Source/WebCore
Revision
191121
Author
timothy_hor...@apple.com
Date
2015-10-15 11:02:47 -0700 (Thu, 15 Oct 2015)

Log Message

Try to fix the iOS build.

* page/EventHandler.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (191120 => 191121)


--- trunk/Source/WebCore/ChangeLog	2015-10-15 17:45:43 UTC (rev 191120)
+++ trunk/Source/WebCore/ChangeLog	2015-10-15 18:02:47 UTC (rev 191121)
@@ -1,3 +1,9 @@
+2015-10-15  Tim Horton  <timothy_hor...@apple.com>
+
+        Try to fix the iOS build.
+
+        * page/EventHandler.h:
+
 2015-10-15  Zalan Bujtas  <za...@apple.com>
 
         Anonymous table objects: Collapse anonymous table rows.

Modified: trunk/Source/WebCore/page/EventHandler.h (191120 => 191121)


--- trunk/Source/WebCore/page/EventHandler.h	2015-10-15 17:45:43 UTC (rev 191120)
+++ trunk/Source/WebCore/page/EventHandler.h	2015-10-15 18:02:47 UTC (rev 191121)
@@ -110,6 +110,7 @@
 
 #if ENABLE(IOS_GESTURE_EVENTS)
 extern const float GestureUnknown;
+extern const unsigned InvalidTouchIdentifier;
 #endif
 
 enum AppendTrailingWhitespace { ShouldAppendTrailingWhitespace, DontAppendTrailingWhitespace };
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to