Title: [252635] trunk/Source/WebKit
- Revision
- 252635
- Author
- [email protected]
- Date
- 2019-11-19 10:10:34 -0800 (Tue, 19 Nov 2019)
Log Message
<rdar://problem/57323799>
Unreviwed build fix for older bots.
* Platform/spi/ios/UIKitSPI.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (252634 => 252635)
--- trunk/Source/WebKit/ChangeLog 2019-11-19 17:11:49 UTC (rev 252634)
+++ trunk/Source/WebKit/ChangeLog 2019-11-19 18:10:34 UTC (rev 252635)
@@ -1,3 +1,11 @@
+2019-11-19 Megan Gardner <[email protected]>
+
+ <rdar://problem/57323799>
+
+ Unreviwed build fix for older bots.
+
+ * Platform/spi/ios/UIKitSPI.h:
+
2019-11-19 Brian Burg <[email protected]>
[Cocoa] Add WKUIDelegate SPI to inform clients when a _WKInspector attaches to a WKWebView
Modified: trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h (252634 => 252635)
--- trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h 2019-11-19 17:11:49 UTC (rev 252634)
+++ trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h 2019-11-19 18:10:34 UTC (rev 252635)
@@ -449,11 +449,9 @@
@interface UITextInteractionAssistant ()
- (void)activateSelection;
- (void)deactivateSelection;
-- (void)didEndScrollingOrZooming;
- (void)didEndScrollingOverflow;
- (void)selectionChanged;
- (void)setGestureRecognizers;
-- (void)willStartScrollingOrZooming;
- (void)willStartScrollingOverflow;
@end
@@ -1111,6 +1109,11 @@
#define UIWKDocumentRequestMarkedTextRects (1 << 5)
+@interface UITextInteractionAssistant (Staging_55645619)
+- (void)didEndScrollingOrZooming;
+- (void)willStartScrollingOrZooming;
+@end
+
#if HAVE(LINK_PREVIEW) && USE(UICONTEXTMENU)
@interface UIContextMenuConfiguration (IPI)
@property (nonatomic, copy) UIContextMenuContentPreviewProvider previewProvider;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes