| Index: third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteDatabase.h
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteDatabase.h b/third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteDatabase.h
|
| index e823970d3f7f72fdb946cf6536367c99726cd281..f77ff02cae3ff5b1ea1a65b57a0d5f2896ef12a4 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteDatabase.h
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteDatabase.h
|
| @@ -128,7 +128,7 @@ private:
|
| bool m_sharable;
|
|
|
| Mutex m_authorizerLock;
|
| - Member<DatabaseAuthorizer> m_authorizer;
|
| + CrossThreadPersistent<DatabaseAuthorizer> m_authorizer;
|
|
|
| ThreadIdentifier m_openingThread;
|
|
|
|
|