Title: [186778] trunk/Source/WebKit2
Revision
186778
Author
m...@apple.com
Date
2015-07-13 13:50:34 -0700 (Mon, 13 Jul 2015)

Log Message

Removed now-unused SPI -[WKWebView _loadRequest:withOptions:].

Rubber-stamped by Anders Carlsson.

* UIProcess/API/Cocoa/WKWebView.mm:
(-[WKWebView _loadRequest:withOptions:]): Deleted.
* UIProcess/API/Cocoa/WKWebViewPrivate.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (186777 => 186778)


--- trunk/Source/WebKit2/ChangeLog	2015-07-13 20:44:35 UTC (rev 186777)
+++ trunk/Source/WebKit2/ChangeLog	2015-07-13 20:50:34 UTC (rev 186778)
@@ -1,3 +1,13 @@
+2015-07-13  Dan Bernstein  <m...@apple.com>
+
+        Removed now-unused SPI -[WKWebView _loadRequest:withOptions:].
+
+        Rubber-stamped by Anders Carlsson.
+
+        * UIProcess/API/Cocoa/WKWebView.mm:
+        (-[WKWebView _loadRequest:withOptions:]): Deleted.
+        * UIProcess/API/Cocoa/WKWebViewPrivate.h:
+
 2015-07-13  Anders Carlsson  <ander...@apple.com>
 
         Apps linked with a deployment target of iOS 7.x or earlier crash when using modern WebKit API

Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm (186777 => 186778)


--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm	2015-07-13 20:44:35 UTC (rev 186777)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm	2015-07-13 20:50:34 UTC (rev 186778)
@@ -1871,11 +1871,6 @@
 
 @implementation WKWebView (WKPrivate)
 
-- (WKNavigation *)_loadRequest:(NSURLRequest *)request withOptions:(NSDictionary *)loadOptions
-{
-    return [self loadRequest:request];
-}
-
 - (BOOL)_isEditable
 {
     return _page->isEditable();

Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewPrivate.h (186777 => 186778)


--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewPrivate.h	2015-07-13 20:44:35 UTC (rev 186777)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewPrivate.h	2015-07-13 20:50:34 UTC (rev 186778)
@@ -207,8 +207,6 @@
 @property (nonatomic, setter=_setScrollPerformanceDataCollectionEnabled:) BOOL _scrollPerformanceDataCollectionEnabled WK_AVAILABLE(WK_MAC_TBA, WK_IOS_TBA);
 @property (nonatomic, readonly) NSArray *_scrollPerformanceData WK_AVAILABLE(WK_MAC_TBA, WK_IOS_TBA);
 
-- (WKNavigation *)_loadRequest:(NSURLRequest *)request withOptions:(WK_DICTIONARY(NSString *, id) *)loadOptions WK_AVAILABLE(WK_MAC_TBA, WK_IOS_TBA);
-
 - (void)_saveBackForwardSnapshotForItem:(WKBackForwardListItem *)item WK_AVAILABLE(WK_MAC_TBA, WK_IOS_TBA);
 @end
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to