Title: [240929] trunk/Source/WebKit
Revision
240929
Author
[email protected]
Date
2019-02-04 10:19:10 -0800 (Mon, 04 Feb 2019)

Log Message

<rdar://problem/47788802>

Unreviewed build fix.

* Platform/spi/ios/UIKitSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (240928 => 240929)


--- trunk/Source/WebKit/ChangeLog	2019-02-04 17:37:01 UTC (rev 240928)
+++ trunk/Source/WebKit/ChangeLog	2019-02-04 18:19:10 UTC (rev 240929)
@@ -1,3 +1,11 @@
+2019-02-04  Antoine Quint  <[email protected]>
+
+        <rdar://problem/47788802>
+
+        Unreviewed build fix.
+
+        * Platform/spi/ios/UIKitSPI.h:
+
 2019-02-04  Youenn Fablet  <[email protected]>
 
         Capture state should be managed consistently when doing process swapping

Modified: trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h (240928 => 240929)


--- trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h	2019-02-04 17:37:01 UTC (rev 240928)
+++ trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h	2019-02-04 18:19:10 UTC (rev 240929)
@@ -1033,7 +1033,7 @@
 #endif // USE(APPLE_INTERNAL_SDK)
 
 // FIXME: <rdar://problem/47714562>
-@interface UIWebTouchEventsGestureRecognizer ()
+@interface UIWebTouchEventsGestureRecognizer (Staging_47634092)
 @property (nonatomic, readonly) NSMapTable<NSNumber *, UITouch *> *activeTouchesByIdentifier;
 @end
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to