Changeset 185634 in webkit


Ignore:
Timestamp:
Jun 16, 2015, 7:18:12 PM (10 years ago)
Author:
clopez@igalia.com
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.

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r185631 r185634  
     12015-06-16  Carlos Alberto Lopez Perez  <clopez@igalia.com>
     2
     3        Unreviewed build fix after r185615.
     4
     5        * UIProcess/API/gtk/WebKitWebContext.cpp:
     6        (webkit_web_context_clear_cache): Comment the call to the code
     7        removed and write down the bugzilla link for reimplementation.
     8
    192015-06-16  Anders Carlsson  <andersca@apple.com>
    210
  • trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.cpp

    r185502 r185634  
    4949#include "WebKitWebViewPrivate.h"
    5050#include "WebNotificationManagerProxy.h"
    51 #include "WebResourceCacheManagerProxy.h"
    5251#include <WebCore/FileSystem.h>
    5352#include <WebCore/IconDatabase.h>
     
    517516    g_return_if_fail(WEBKIT_IS_WEB_CONTEXT(context));
    518517
    519     context->priv->context->supplement<WebResourceCacheManagerProxy>()->clearCacheForAllOrigins(AllResourceCaches);
     518    // FIXME: https://bugs.webkit.org/show_bug.cgi?id=146041
     519    // context->priv->context->supplement<WebResourceCacheManagerProxy>()->clearCacheForAllOrigins(AllResourceCaches);
    520520}
    521521
Note: See TracChangeset for help on using the changeset viewer.