summaryrefslogtreecommitdiffstats
path: root/WebCore/storage/LocalStorageThread.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/storage/LocalStorageThread.h')
-rw-r--r--WebCore/storage/LocalStorageThread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/storage/LocalStorageThread.h b/WebCore/storage/LocalStorageThread.h
index fcca712..eb7d1ef 100644
--- a/WebCore/storage/LocalStorageThread.h
+++ b/WebCore/storage/LocalStorageThread.h
@@ -59,6 +59,7 @@ namespace WebCore {
static void* localStorageThreadStart(void*);
void* localStorageThread();
+ Mutex m_threadCreationMutex;
ThreadIdentifier m_threadID;
RefPtr<LocalStorageThread> m_selfRef;