summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/storage/StorageAreaImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/storage/StorageAreaImpl.h')
-rw-r--r--Source/WebCore/storage/StorageAreaImpl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/WebCore/storage/StorageAreaImpl.h b/Source/WebCore/storage/StorageAreaImpl.h
index 60d72cb..9f87e69 100644
--- a/Source/WebCore/storage/StorageAreaImpl.h
+++ b/Source/WebCore/storage/StorageAreaImpl.h
@@ -59,6 +59,11 @@ namespace WebCore {
// Only called from a background thread.
void importItem(const String& key, const String& value);
+ // Used to clear a StorageArea and close db before backing db file is deleted.
+ void clearForOriginDeletion();
+
+ void sync();
+
private:
StorageAreaImpl(StorageType, PassRefPtr<SecurityOrigin>, PassRefPtr<StorageSyncManager>, unsigned quota);
StorageAreaImpl(StorageAreaImpl*);