Title: [252471] trunk/Tools
Revision
252471
Author
[email protected]
Date
2019-11-14 17:02:59 -0800 (Thu, 14 Nov 2019)

Log Message

Fix another build error from r252449
https://bugs.webkit.org/show_bug.cgi?id=204173

Unreviewed Build Fix for r252449

* TestWebKitAPI/ios/UIKitSPI.h:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (252470 => 252471)


--- trunk/Tools/ChangeLog	2019-11-15 00:34:01 UTC (rev 252470)
+++ trunk/Tools/ChangeLog	2019-11-15 01:02:59 UTC (rev 252471)
@@ -1,3 +1,12 @@
+2019-11-14  Megan Gardner  <[email protected]>
+
+        Fix another build error from r252449
+        https://bugs.webkit.org/show_bug.cgi?id=204173
+
+        Unreviewed Build Fix for r252449
+
+        * TestWebKitAPI/ios/UIKitSPI.h:
+
 2019-11-14  Jonathan Bedard  <[email protected]>
 
         Python 3: Add support in webkitpy.style

Modified: trunk/Tools/TestWebKitAPI/ios/UIKitSPI.h (252470 => 252471)


--- trunk/Tools/TestWebKitAPI/ios/UIKitSPI.h	2019-11-15 00:34:01 UTC (rev 252470)
+++ trunk/Tools/TestWebKitAPI/ios/UIKitSPI.h	2019-11-15 01:02:59 UTC (rev 252471)
@@ -198,10 +198,6 @@
 + (instancetype)autofillSuggestionWithUsername:(NSString *)username password:(NSString *)password;
 @end
 
-@protocol UIDropInteractionDelegate_Private <UIDropInteractionDelegate>
-- (void)_dropInteraction:(UIDropInteraction *)interaction delayedPreviewProviderForDroppingItem:(UIDragItem *)item previewProvider:(void(^)(UITargetedDragPreview *preview))previewProvider;
-@end
-
 @interface NSURL (UIKitSPI)
 @property (nonatomic, copy, setter=_setTitle:) NSString *_title;
 @end
@@ -217,6 +213,10 @@
 
 #if PLATFORM(IOS)
 
+@protocol UIDropInteractionDelegate_Private <UIDropInteractionDelegate>
+- (void)_dropInteraction:(UIDropInteraction *)interaction delayedPreviewProviderForDroppingItem:(UIDragItem *)item previewProvider:(void(^)(UITargetedDragPreview *preview))previewProvider;
+@end
+
 typedef NS_ENUM(NSUInteger, _UIClickInteractionEvent) {
     _UIClickInteractionEventBegan = 0,
     _UIClickInteractionEventClickedDown,
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to