| Index: Source/modules/webdatabase/DatabaseThread.h
|
| diff --git a/Source/modules/webdatabase/DatabaseThread.h b/Source/modules/webdatabase/DatabaseThread.h
|
| index 366c9cfeba80d7976e1634db597390a6169cec6d..a5be5fa479b56537d5345c847972155394414aec 100644
|
| --- a/Source/modules/webdatabase/DatabaseThread.h
|
| +++ b/Source/modules/webdatabase/DatabaseThread.h
|
| @@ -79,7 +79,7 @@ private:
|
| void cleanupDatabaseThread();
|
| void cleanupDatabaseThreadCompleted();
|
|
|
| - OwnPtr<blink::WebThread> m_thread;
|
| + OwnPtr<WebThread> m_thread;
|
|
|
| // This set keeps track of the open databases that have been used on this thread.
|
| // This must be updated in the database thread though it is constructed and
|
|
|