From fbb3cf06215bcef4e6f43d2b15d6c92b66c75a13 Mon Sep 17 00:00:00 2001 From: Patrick Scott Date: Fri, 10 Jul 2009 07:59:59 -0400 Subject: Do not merge. 2nd attempt to fix the icon database crash. This time, make sure there is only 1 line in the change. --- WebCore/loader/icon/IconDatabase.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'WebCore') diff --git a/WebCore/loader/icon/IconDatabase.cpp b/WebCore/loader/icon/IconDatabase.cpp index 5705f7a..98418e1 100644 --- a/WebCore/loader/icon/IconDatabase.cpp +++ b/WebCore/loader/icon/IconDatabase.cpp @@ -150,6 +150,7 @@ bool IconDatabase::open(const String& databasePath) // completes and m_syncThreadRunning is properly set m_syncLock.lock(); m_syncThread = createThread(IconDatabase::iconDatabaseSyncThreadStart, this, "WebCore::IconDatabase"); + m_syncThreadRunning = m_syncThread; m_syncLock.unlock(); if (!m_syncThread) return false; -- cgit v1.1