Title: [191807] trunk/Source/WebKit2
Revision
191807
Author
bda...@apple.com
Date
2015-10-30 13:12:25 -0700 (Fri, 30 Oct 2015)

Log Message

Speculative build fix.

* Platform/spi/ios/UIKitSPI.h:
* UIProcess/ios/WKContentViewInteraction.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (191806 => 191807)


--- trunk/Source/WebKit2/ChangeLog	2015-10-30 20:05:05 UTC (rev 191806)
+++ trunk/Source/WebKit2/ChangeLog	2015-10-30 20:12:25 UTC (rev 191807)
@@ -1,3 +1,10 @@
+2015-10-30  Beth Dakin  <bda...@apple.com>
+
+        Speculative build fix.
+
+        * Platform/spi/ios/UIKitSPI.h:
+        * UIProcess/ios/WKContentViewInteraction.mm:
+
 2015-10-30  Tim Horton  <timothy_hor...@apple.com>
 
         WKView being inside WKWebView leads to weird API issues

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


--- trunk/Source/WebKit2/Platform/spi/ios/UIKitSPI.h	2015-10-30 20:05:05 UTC (rev 191806)
+++ trunk/Source/WebKit2/Platform/spi/ios/UIKitSPI.h	2015-10-30 20:12:25 UTC (rev 191807)
@@ -494,6 +494,7 @@
 - (void)selectionChangedWithTouchAt:(CGPoint)point withSelectionTouch:(UIWKSelectionTouch)touch withFlags:(UIWKSelectionFlags)flags;
 - (void)selectionChangedWithTouchAt:(CGPoint)point withSelectionTouch:(UIWKSelectionTouch)touch;
 - (void)showDictionaryFor:(NSString *)selectedTerm fromRect:(CGRect)presentationRect;
+- (void)showShareSheetFor:(NSString *)selectedTerm fromRect:(CGRect)presentationRect;
 @property (nonatomic, readonly) UILongPressGestureRecognizer *selectionLongPressRecognizer;
 @end
 

Modified: trunk/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.mm (191806 => 191807)


--- trunk/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.mm	2015-10-30 20:05:05 UTC (rev 191806)
+++ trunk/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.mm	2015-10-30 20:12:25 UTC (rev 191807)
@@ -202,7 +202,6 @@
 
 @interface UIWKSelectionAssistant (StagingToRemove)
 - (void)showTextServiceFor:(NSString *)selectedTerm fromRect:(CGRect)presentationRect;
-- (void)showShareSheetFor:(NSString *)selectedTerm fromRect:(CGRect)presentationRect;
 - (void)lookup:(NSString *)textWithContext fromRect:(CGRect)presentationRect;
 @end
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to