| Index: third_party/WebKit/Source/modules/webdatabase/DatabaseThread.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/DatabaseThread.cpp b/third_party/WebKit/Source/modules/webdatabase/DatabaseThread.cpp
|
| index e6bc6f22d9d7588ede778100b7fbb292b7c0537d..5fb519e7956f6f94a9b162512909b14879c2d3cf 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/DatabaseThread.cpp
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/DatabaseThread.cpp
|
| @@ -114,7 +114,7 @@ void DatabaseThread::cleanupDatabaseThread()
|
| }
|
| m_openDatabaseSet.clear();
|
|
|
| - m_thread->postTask(BLINK_FROM_HERE, WTF::bind(&DatabaseThread::cleanupDatabaseThreadCompleted, this));
|
| + m_thread->postTask(BLINK_FROM_HERE, WTF::bind(&DatabaseThread::cleanupDatabaseThreadCompleted, wrapCrossThreadPersistent(this)));
|
| }
|
|
|
| void DatabaseThread::cleanupDatabaseThreadCompleted()
|
|
|