summaryrefslogtreecommitdiffstats
path: root/WebCore
diff options
context:
space:
mode:
authorPatrick Scott <phanna@android.com>2009-07-10 07:59:59 -0400
committerPatrick Scott <phanna@android.com>2009-07-10 08:02:35 -0400
commitfbb3cf06215bcef4e6f43d2b15d6c92b66c75a13 (patch)
treeac6444d20a2f8402ec12170bfa98852ef1a58575 /WebCore
parentc0957e2d3219192ded9cee3013b164e57d619c8e (diff)
downloadexternal_webkit-fbb3cf06215bcef4e6f43d2b15d6c92b66c75a13.zip
external_webkit-fbb3cf06215bcef4e6f43d2b15d6c92b66c75a13.tar.gz
external_webkit-fbb3cf06215bcef4e6f43d2b15d6c92b66c75a13.tar.bz2
Do not merge.
2nd attempt to fix the icon database crash. This time, make sure there is only 1 line in the change.
Diffstat (limited to 'WebCore')
-rw-r--r--WebCore/loader/icon/IconDatabase.cpp1
1 files changed, 1 insertions, 0 deletions
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;