Title: [237704] trunk/Source/WebKit
- Revision
- 237704
- Author
- [email protected]
- Date
- 2018-11-01 16:22:24 -0700 (Thu, 01 Nov 2018)
Log Message
Cleanup: Extraneous platform guarding of -_setUpSQLiteDatabaseTrackerClient
https://bugs.webkit.org/show_bug.cgi?id=191124
Reviewed by Tim Horton.
Remove the platform guard around the call to -_setUpSQLiteDatabaseTrackerClient as the
implementation of that message is already guarded.
* UIProcess/API/Cocoa/WKWebView.mm:
(-[WKWebView _initializeWithConfiguration:]):
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (237703 => 237704)
--- trunk/Source/WebKit/ChangeLog 2018-11-01 23:19:57 UTC (rev 237703)
+++ trunk/Source/WebKit/ChangeLog 2018-11-01 23:22:24 UTC (rev 237704)
@@ -1,3 +1,16 @@
+2018-11-01 Daniel Bates <[email protected]>
+
+ Cleanup: Extraneous platform guarding of -_setUpSQLiteDatabaseTrackerClient
+ https://bugs.webkit.org/show_bug.cgi?id=191124
+
+ Reviewed by Tim Horton.
+
+ Remove the platform guard around the call to -_setUpSQLiteDatabaseTrackerClient as the
+ implementation of that message is already guarded.
+
+ * UIProcess/API/Cocoa/WKWebView.mm:
+ (-[WKWebView _initializeWithConfiguration:]):
+
2018-11-01 Ryan Haddad <[email protected]>
Unreviewed, attempt to fix the build with recent SDKs.
Modified: trunk/Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm (237703 => 237704)
--- trunk/Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm 2018-11-01 23:19:57 UTC (rev 237703)
+++ trunk/Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm 2018-11-01 23:22:24 UTC (rev 237704)
@@ -731,9 +731,7 @@
_iconLoadingDelegate = std::make_unique<WebKit::IconLoadingDelegate>(self);
-#if PLATFORM(IOS_FAMILY)
[self _setUpSQLiteDatabaseTrackerClient];
-#endif
for (auto& pair : pageConfiguration->urlSchemeHandlers())
_page->setURLSchemeHandlerForScheme(WebKit::WebURLSchemeHandlerCocoa::create(static_cast<WebKit::WebURLSchemeHandlerCocoa&>(pair.value.get()).apiHandler()), pair.key);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes