Title: [221197] trunk/Tools
Revision
221197
Author
[email protected]
Date
2017-08-25 11:54:55 -0700 (Fri, 25 Aug 2017)

Log Message

Follow-up Internal build fix for r221187
https://bugs.webkit.org/show_bug.cgi?id=175960
<rdar://problem/34069264>

Unreviewed build fix.

* TestWebKitAPI/ios/DataInteractionSimulator.h: Move UIItemProvider declaration
into #if block.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (221196 => 221197)


--- trunk/Tools/ChangeLog	2017-08-25 18:26:15 UTC (rev 221196)
+++ trunk/Tools/ChangeLog	2017-08-25 18:54:55 UTC (rev 221197)
@@ -1,3 +1,14 @@
+2017-08-25  Jonathan Bedard  <[email protected]>
+
+        Follow-up Internal build fix for r221187
+        https://bugs.webkit.org/show_bug.cgi?id=175960
+        <rdar://problem/34069264>
+
+        Unreviewed build fix.
+
+        * TestWebKitAPI/ios/DataInteractionSimulator.h: Move UIItemProvider declaration
+        into #if block.
+
 2017-08-25  Don Olmstead  <[email protected]>
 
         [WinCairo] Use GitHub releases for WinCairoRequirements

Modified: trunk/Tools/TestWebKitAPI/ios/DataInteractionSimulator.h (221196 => 221197)


--- trunk/Tools/TestWebKitAPI/ios/DataInteractionSimulator.h	2017-08-25 18:26:15 UTC (rev 221196)
+++ trunk/Tools/TestWebKitAPI/ios/DataInteractionSimulator.h	2017-08-25 18:54:55 UTC (rev 221197)
@@ -67,6 +67,9 @@
 @interface UIImage () <UIItemProviderReading, UIItemProviderWriting>
 @end
 
+@interface UIItemProvider : NSItemProvider
+@end
+
 #endif
 
 #import <UIKit/UIKit.h>
@@ -91,9 +94,6 @@
     DataInteractionPerforming = 4
 };
 
-@interface UIItemProvider : NSItemProvider
-@end
-
 @interface DataInteractionSimulator : NSObject<WKUIDelegatePrivate, _WKInputDelegate> {
 @private
     RetainPtr<TestWKWebView> _webView;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to