Unreviewed build fix.
* Platform/spi/ios/UIKitSPI.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@240929
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2019-02-04 Antoine Quint <graouts@apple.com>
+
+ <rdar://problem/47788802>
+
+ Unreviewed build fix.
+
+ * Platform/spi/ios/UIKitSPI.h:
+
2019-02-04 Youenn Fablet <youenn@apple.com>
Capture state should be managed consistently when doing process swapping
#endif // USE(APPLE_INTERNAL_SDK)
// FIXME: <rdar://problem/47714562>
-@interface UIWebTouchEventsGestureRecognizer ()
+@interface UIWebTouchEventsGestureRecognizer (Staging_47634092)
@property (nonatomic, readonly) NSMapTable<NSNumber *, UITouch *> *activeTouchesByIdentifier;
@end