summaryrefslogtreecommitdiff
path: root/Source/WebCore/storage/StorageArea.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/storage/StorageArea.h')
-rw-r--r--Source/WebCore/storage/StorageArea.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/storage/StorageArea.h b/Source/WebCore/storage/StorageArea.h
index 3b2492a67..2ea911725 100644
--- a/Source/WebCore/storage/StorageArea.h
+++ b/Source/WebCore/storage/StorageArea.h
@@ -56,6 +56,8 @@ namespace WebCore {
virtual bool disabledByPrivateBrowsingInFrame(const Frame* sourceFrame) const = 0;
+ virtual size_t memoryBytesUsedByCache() const = 0;
+
virtual void incrementAccessCount() { }
virtual void decrementAccessCount() { }
};