Title: [212984] trunk/Source/WebKit2
Revision
212984
Author
wenson_hs...@apple.com
Date
2017-02-24 18:07:05 -0800 (Fri, 24 Feb 2017)

Log Message

Unreviewed, fix the internal build

* UIProcess/ios/WKContentViewInteraction.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (212983 => 212984)


--- trunk/Source/WebKit2/ChangeLog	2017-02-25 02:02:06 UTC (rev 212983)
+++ trunk/Source/WebKit2/ChangeLog	2017-02-25 02:07:05 UTC (rev 212984)
@@ -1,3 +1,9 @@
+2017-02-24  Wenson Hsieh  <wenson_hs...@apple.com>
+
+        Unreviewed, fix the internal build
+
+        * UIProcess/ios/WKContentViewInteraction.h:
+
 2017-02-24  Matt Rajca  <mra...@apple.com>
 
         Media: notify clients when autoplay is denied

Modified: trunk/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.h (212983 => 212984)


--- trunk/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.h	2017-02-25 02:02:06 UTC (rev 212983)
+++ trunk/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.h	2017-02-25 02:07:05 UTC (rev 212984)
@@ -188,7 +188,9 @@
 #if ENABLE(DATA_INTERACTION)
     WebKit::WKDataInteractionState _dataInteractionState;
     BOOL _isPerformingDataInteractionOperation;
+#if HAS_DATA_INTERACTION_SPI
     RetainPtr<WKDataInteraction> _dataInteraction;
+#endif
     CGPoint _deferredActionSheetRequestLocation;
 #endif
 }
@@ -197,8 +199,11 @@
 
 @interface WKContentView (WKInteraction) <UIGestureRecognizerDelegate, UIWebTouchEventsGestureRecognizerDelegate, UITextInputPrivate, UIWebFormAccessoryDelegate, UIWKInteractionViewProtocol, WKFileUploadPanelDelegate, WKActionSheetAssistantDelegate
 #if ENABLE(DATA_INTERACTION)
-    , WKDataInteractionItemVisualTarget, WKDataInteractionDelegate, WKViewDataInteractionDestinationDelegate
+    , WKDataInteractionItemVisualTarget, WKViewDataInteractionDestinationDelegate
+#if HAS_DATA_INTERACTION_SPI
+    , WKDataInteractionDelegate
 #endif
+#endif
 >
 
 @property (nonatomic, readonly) CGPoint lastInteractionLocation;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to