summaryrefslogtreecommitdiffstats
path: root/WebKit/win/WebIconDatabase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/win/WebIconDatabase.cpp')
-rw-r--r--WebKit/win/WebIconDatabase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/win/WebIconDatabase.cpp b/WebKit/win/WebIconDatabase.cpp
index 8aab6af..315db9e 100644
--- a/WebKit/win/WebIconDatabase.cpp
+++ b/WebKit/win/WebIconDatabase.cpp
@@ -311,7 +311,7 @@ void WebIconDatabase::dispatchDidRemoveAllIcons()
void WebIconDatabase::dispatchDidAddIconForPageURL(const String& pageURL)
{
MutexLocker locker(m_notificationMutex);
- m_notificationQueue.append(pageURL.copy());
+ m_notificationQueue.append(pageURL.threadsafeCopy());
scheduleNotificationDelivery();
}