git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
2009-03-11 Darin Adler <darin@apple.com>
[WebKit-https.git]
/
WebCore
/
storage
/
DatabaseThread.cpp
diff --git
a/WebCore/storage/DatabaseThread.cpp
b/WebCore/storage/DatabaseThread.cpp
index
191a476
..
de9fffb
100644
(file)
--- a/
WebCore/storage/DatabaseThread.cpp
+++ b/
WebCore/storage/DatabaseThread.cpp
@@
-54,7
+54,7
@@
bool DatabaseThread::start()
if (m_threadID)
return true;
- m_threadID = createThread(DatabaseThread::databaseThreadStart, this, "WebCore:
:
Database");
+ m_threadID = createThread(DatabaseThread::databaseThreadStart, this, "WebCore:
Database");
return m_threadID;
}