summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/storage/StorageTracker.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/storage/StorageTracker.h')
-rw-r--r--Source/WebCore/storage/StorageTracker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/storage/StorageTracker.h b/Source/WebCore/storage/StorageTracker.h
index 04a821b..714576d 100644
--- a/Source/WebCore/storage/StorageTracker.h
+++ b/Source/WebCore/storage/StorageTracker.h
@@ -86,6 +86,7 @@ private:
bool canDeleteOrigin(const String& originIdentifier);
void willDeleteOrigin(const String& originIdentifier);
void willDeleteAllOrigins();
+ static void deleteOriginOnMainThread(void* originIdentifier);
void originFilePaths(Vector<String>& paths);