Title: [224517] trunk/Tools
Revision
224517
Author
[email protected]
Date
2017-11-06 16:45:08 -0800 (Mon, 06 Nov 2017)

Log Message

Unreviewed, fix the internal build after updating to a newer SDK

There shouldn't be any need to include and implement these method stubs anymore,
even when building against the shipping iOS 11 SDK.

* TestWebKitAPI/ios/DataInteractionSimulator.mm:
(-[MockDropSession session]): Deleted.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (224516 => 224517)


--- trunk/Tools/ChangeLog	2017-11-07 00:42:56 UTC (rev 224516)
+++ trunk/Tools/ChangeLog	2017-11-07 00:45:08 UTC (rev 224517)
@@ -1,5 +1,15 @@
 2017-11-06  Wenson Hsieh  <[email protected]>
 
+        Unreviewed, fix the internal build after updating to a newer SDK
+
+        There shouldn't be any need to include and implement these method stubs anymore,
+        even when building against the shipping iOS 11 SDK.
+
+        * TestWebKitAPI/ios/DataInteractionSimulator.mm:
+        (-[MockDropSession session]): Deleted.
+
+2017-11-06  Wenson Hsieh  <[email protected]>
+
         [Attachment Support] Implement delegate hooks for attachment element insertion and removal
         https://bugs.webkit.org/show_bug.cgi?id=179016
         <rdar://problem/35250890>

Modified: trunk/Tools/TestWebKitAPI/ios/DataInteractionSimulator.mm (224516 => 224517)


--- trunk/Tools/TestWebKitAPI/ios/DataInteractionSimulator.mm	2017-11-07 00:42:56 UTC (rev 224516)
+++ trunk/Tools/TestWebKitAPI/ios/DataInteractionSimulator.mm	2017-11-07 00:45:08 UTC (rev 224517)
@@ -35,20 +35,6 @@
 #import <UIKit/UIDragInteraction.h>
 #import <UIKit/UIDragItem.h>
 #import <UIKit/UIInteraction.h>
-
-#if USE(APPLE_INTERNAL_SDK)
-#import <UIKit/UIDragSession.h>
-#import <UIKit/UIDragging.h>
-#else
-
-@protocol UIDraggingInfo <NSObject>
-@end
-
-@interface UIDraggingSession : NSObject <UIDraggingInfo>
-@end
-
-#endif
-
 #import <WebKit/WKWebViewPrivate.h>
 #import <WebKit/_WKFocusedElementInfo.h>
 #import <WebKit/_WKFormInputSession.h>
@@ -200,11 +186,6 @@
     return [super initWithItems:items.get() location:locationInWindow window:window allowMove:allowMove];
 }
 
-- (UIDraggingSession *)session
-{
-    return nil;
-}
-
 - (BOOL)isLocal
 {
     return YES;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to