| 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 8d55428bc69149228abb98e26807081a8dcfb8ac..c73e968fc0f5e00a24d28bb06e10480478c3c955 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/DatabaseThread.cpp
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/DatabaseThread.cpp
|
| @@ -89,7 +89,7 @@ void DatabaseThread::terminate()
|
| // The WebThread destructor blocks until all the tasks of the database
|
| // thread are processed. However, it shouldn't block at all because
|
| // the database thread has already finished processing the cleanup task.
|
| - m_thread.clear();
|
| + m_thread.reset();
|
| }
|
|
|
| void DatabaseThread::cleanupDatabaseThread()
|
|
|