summaryrefslogtreecommitdiffstats
path: root/WebCore/storage/StorageNamespace.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/storage/StorageNamespace.h')
-rw-r--r--WebCore/storage/StorageNamespace.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/storage/StorageNamespace.h b/WebCore/storage/StorageNamespace.h
index e84e5a6..e911c94 100644
--- a/WebCore/storage/StorageNamespace.h
+++ b/WebCore/storage/StorageNamespace.h
@@ -50,6 +50,10 @@ public:
virtual PassRefPtr<StorageNamespace> copy() = 0;
virtual void close() = 0;
virtual void unlock() = 0;
+
+#ifdef ANDROID
+ virtual void clear(Page*) = 0;
+#endif
};
} // namespace WebCore