diff options
Diffstat (limited to 'WebKit/gtk/webkit/webkitapplicationcache.cpp')
-rw-r--r-- | WebKit/gtk/webkit/webkitapplicationcache.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/WebKit/gtk/webkit/webkitapplicationcache.cpp b/WebKit/gtk/webkit/webkitapplicationcache.cpp index e967d34..87f3ab5 100644 --- a/WebKit/gtk/webkit/webkitapplicationcache.cpp +++ b/WebKit/gtk/webkit/webkitapplicationcache.cpp @@ -18,15 +18,14 @@ */ #include "config.h" -#include "webkitprivate.h" - -#include <wtf/UnusedParam.h> #include "ApplicationCacheStorage.h" +#include "webkitapplicationcacheprivate.h" +#include <wtf/UnusedParam.h> void webkit_application_cache_set_maximum_size(unsigned long long size) { -#if ENABLE(OFFLINE_WEB_APPLICATIONS) +#if ENABLE(OFFLINE_WEB_APPLICATIONS) WebCore::cacheStorage().empty(); WebCore::cacheStorage().vacuumDatabaseFile(); WebCore::cacheStorage().setMaximumSize(size); |