Title: [180156] trunk/Source/WebKit2
Revision
180156
Author
an...@apple.com
Date
2015-02-16 10:37:09 -0800 (Mon, 16 Feb 2015)

Log Message

Remove unused InjectedBundle::setCacheModel.

Rubber-stamped by Anders Carlsson.

* WebProcess/InjectedBundle/InjectedBundle.cpp:
(WebKit::InjectedBundle::setCacheModel): Deleted.
* WebProcess/InjectedBundle/InjectedBundle.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (180155 => 180156)


--- trunk/Source/WebKit2/ChangeLog	2015-02-16 18:04:13 UTC (rev 180155)
+++ trunk/Source/WebKit2/ChangeLog	2015-02-16 18:37:09 UTC (rev 180156)
@@ -1,3 +1,13 @@
+2015-02-16  Antti Koivisto  <an...@apple.com>
+
+        Remove unused InjectedBundle::setCacheModel.
+
+        Rubber-stamped by Anders Carlsson.
+
+        * WebProcess/InjectedBundle/InjectedBundle.cpp:
+        (WebKit::InjectedBundle::setCacheModel): Deleted.
+        * WebProcess/InjectedBundle/InjectedBundle.h:
+
 2015-02-16  Anders Carlsson  <ander...@apple.com>
 
         Build fix for versions of Xcode that support nullability but don't have the Foundation #defines.

Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp (180155 => 180156)


--- trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp	2015-02-16 18:04:13 UTC (rev 180155)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp	2015-02-16 18:37:09 UTC (rev 180156)
@@ -141,11 +141,6 @@
     WebProcess::singleton().supplement<WebCookieManager>()->setHTTPCookieAcceptPolicy(accept ? HTTPCookieAcceptPolicyAlways : HTTPCookieAcceptPolicyOnlyFromMainDocumentDomain);
 }
 
-void InjectedBundle::setCacheModel(uint32_t cacheModel)
-{
-    WebProcess::singleton().setCacheModel(cacheModel);
-}
-
 void InjectedBundle::overrideBoolPreferenceForTestRunner(WebPageGroupProxy* pageGroup, const String& preference, bool enabled)
 {
     const HashSet<Page*>& pages = PageGroup::pageGroup(pageGroup->identifier())->pages();

Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.h (180155 => 180156)


--- trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.h	2015-02-16 18:04:13 UTC (rev 180155)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.h	2015-02-16 18:37:09 UTC (rev 180156)
@@ -98,7 +98,6 @@
 
     // TestRunner only SPI
     void setAlwaysAcceptCookies(bool);
-    void setCacheModel(uint32_t);
     void overrideBoolPreferenceForTestRunner(WebPageGroupProxy*, const String& preference, bool enabled);
     void overrideXSSAuditorEnabledForTestRunner(WebPageGroupProxy* pageGroup, bool enabled);
     void setAllowUniversalAccessFromFileURLs(WebPageGroupProxy*, bool);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to