Title: [195840] trunk/Source/WebKit2
Revision
195840
Author
enr...@apple.com
Date
2016-01-29 14:11:48 -0800 (Fri, 29 Jan 2016)

Log Message

One more iOS build fix.

Unreviewed.

* Platform/spi/ios/UIKitSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (195839 => 195840)


--- trunk/Source/WebKit2/ChangeLog	2016-01-29 21:29:08 UTC (rev 195839)
+++ trunk/Source/WebKit2/ChangeLog	2016-01-29 22:11:48 UTC (rev 195840)
@@ -1,5 +1,13 @@
 2016-01-29  Enrica Casucci  <enr...@apple.com>
 
+        One more iOS build fix.
+
+        Unreviewed.
+
+        * Platform/spi/ios/UIKitSPI.h:
+
+2016-01-29  Enrica Casucci  <enr...@apple.com>
+
         iOS build fix after r195826.
 
         Unreviewed.

Modified: trunk/Source/WebKit2/Platform/spi/ios/UIKitSPI.h (195839 => 195840)


--- trunk/Source/WebKit2/Platform/spi/ios/UIKitSPI.h	2016-01-29 21:29:08 UTC (rev 195839)
+++ trunk/Source/WebKit2/Platform/spi/ios/UIKitSPI.h	2016-01-29 22:11:48 UTC (rev 195840)
@@ -241,6 +241,7 @@
 
 @interface UIGestureRecognizer ()
 - (void)requireOtherGestureToFail:(UIGestureRecognizer *)gestureRecognizer;
+@property(nonatomic, copy) NSArray<NSNumber *> *allowedTouchTypes;
 @end
 
 @interface UILongPressGestureRecognizer ()
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to