summaryrefslogtreecommitdiff
path: root/Source/WebKit/chromium/src/StorageAreaProxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/chromium/src/StorageAreaProxy.h')
-rw-r--r--Source/WebKit/chromium/src/StorageAreaProxy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebKit/chromium/src/StorageAreaProxy.h b/Source/WebKit/chromium/src/StorageAreaProxy.h
index 83f2eae17..cae359358 100644
--- a/Source/WebKit/chromium/src/StorageAreaProxy.h
+++ b/Source/WebKit/chromium/src/StorageAreaProxy.h
@@ -58,6 +58,8 @@ public:
virtual bool disabledByPrivateBrowsingInFrame(const Frame*) const { return false; }
+ virtual size_t memoryBytesUsedByCache() const;
+
static void dispatchLocalStorageEvent(
PageGroup*, const String& key, const String& oldValue, const String& newValue,
SecurityOrigin*, const KURL& pageURL, WebKit::WebStorageArea* sourceAreaInstance, bool originatedInProcess);