Title: [212734] trunk/Source/WebCore
Revision
212734
Author
[email protected]
Date
2017-02-21 12:00:34 -0800 (Tue, 21 Feb 2017)

Log Message

Unreviewed, fix the ToT iOS build

Adopt updated UIKit SPI and remove calls to the deprecated version.

* platform/ios/WebItemProviderPasteboard.mm:
(-[WebItemProviderPasteboard setItems:]):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (212733 => 212734)


--- trunk/Source/WebCore/ChangeLog	2017-02-21 19:34:50 UTC (rev 212733)
+++ trunk/Source/WebCore/ChangeLog	2017-02-21 20:00:34 UTC (rev 212734)
@@ -1,3 +1,12 @@
+2017-02-21  Wenson Hsieh  <[email protected]>
+
+        Unreviewed, fix the ToT iOS build
+
+        Adopt updated UIKit SPI and remove calls to the deprecated version.
+
+        * platform/ios/WebItemProviderPasteboard.mm:
+        (-[WebItemProviderPasteboard setItems:]):
+
 2017-02-21  Per Arne Vollan  <[email protected]>
 
         [Win] WebView is not painting in accelerated compositing mode.

Modified: trunk/Source/WebCore/platform/ios/WebItemProviderPasteboard.mm (212733 => 212734)


--- trunk/Source/WebCore/platform/ios/WebItemProviderPasteboard.mm	2017-02-21 19:34:50 UTC (rev 212733)
+++ trunk/Source/WebCore/platform/ios/WebItemProviderPasteboard.mm	2017-02-21 20:00:34 UTC (rev 212734)
@@ -149,7 +149,7 @@
                 continue;
 
             [itemRepresentationsCopy removeObjectForKey:typeIdentifier];
-            [objectToWrite registerLoadHandlersToItemProvider:itemProvider.get()];
+            [itemProvider registerObject:objectToWrite options:nil];
         }
 
         // Secondly, WebKit uses some custom type representations and/or type identifiers, so we need to write these as well.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to