| Index: third_party/WebKit/Source/modules/webdatabase/Database.h
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/Database.h b/third_party/WebKit/Source/modules/webdatabase/Database.h
|
| index 4881d59b21f13a833d1eddb2afc601d034211605..b6368833497d69d46cc2b0b479e2f3aba352b0d1 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/Database.h
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/Database.h
|
| @@ -166,7 +166,7 @@ private:
|
|
|
| Member<DatabaseAuthorizer> m_databaseAuthorizer;
|
|
|
| - HeapDeque<Member<SQLTransactionBackend>> m_transactionQueue;
|
| + Deque<CrossThreadPersistent<SQLTransactionBackend>> m_transactionQueue;
|
| Mutex m_transactionInProgressMutex;
|
| bool m_transactionInProgress;
|
| bool m_isTransactionQueueEnabled;
|
|
|