Title: [185634] trunk/Source/WebKit2
Revision
185634
Author
[email protected]
Date
2015-06-16 19:18:12 -0700 (Tue, 16 Jun 2015)

Log Message

Unreviewed build fix after r185615.

* UIProcess/API/gtk/WebKitWebContext.cpp:
(webkit_web_context_clear_cache): Comment the call to the code
removed and write down the bugzilla link for reimplementation.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (185633 => 185634)


--- trunk/Source/WebKit2/ChangeLog	2015-06-17 02:00:33 UTC (rev 185633)
+++ trunk/Source/WebKit2/ChangeLog	2015-06-17 02:18:12 UTC (rev 185634)
@@ -1,3 +1,11 @@
+2015-06-16  Carlos Alberto Lopez Perez  <[email protected]>
+
+        Unreviewed build fix after r185615.
+
+        * UIProcess/API/gtk/WebKitWebContext.cpp:
+        (webkit_web_context_clear_cache): Comment the call to the code
+        removed and write down the bugzilla link for reimplementation.
+
 2015-06-16  Anders Carlsson  <[email protected]>
 
         Get rid of performAPICallbackWithSecurityOriginDataVector

Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.cpp (185633 => 185634)


--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.cpp	2015-06-17 02:00:33 UTC (rev 185633)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.cpp	2015-06-17 02:18:12 UTC (rev 185634)
@@ -48,7 +48,6 @@
 #include "WebKitWebViewBasePrivate.h"
 #include "WebKitWebViewPrivate.h"
 #include "WebNotificationManagerProxy.h"
-#include "WebResourceCacheManagerProxy.h"
 #include <WebCore/FileSystem.h>
 #include <WebCore/IconDatabase.h>
 #include <WebCore/Language.h>
@@ -516,7 +515,8 @@
 {
     g_return_if_fail(WEBKIT_IS_WEB_CONTEXT(context));
 
-    context->priv->context->supplement<WebResourceCacheManagerProxy>()->clearCacheForAllOrigins(AllResourceCaches);
+    // FIXME: https://bugs.webkit.org/show_bug.cgi?id=146041
+    // context->priv->context->supplement<WebResourceCacheManagerProxy>()->clearCacheForAllOrigins(AllResourceCaches);
 }
 
 typedef HashMap<DownloadProxy*, GRefPtr<WebKitDownload> > DownloadsMap;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to