| Index: Source/modules/webdatabase/SQLTransactionBackend.h
|
| diff --git a/Source/modules/webdatabase/SQLTransactionBackend.h b/Source/modules/webdatabase/SQLTransactionBackend.h
|
| index 599d4fa25524b8881b81089f7c3184cdd92330f6..abd5213ccc6611c6b3690627f9ab4411c109f25c 100644
|
| --- a/Source/modules/webdatabase/SQLTransactionBackend.h
|
| +++ b/Source/modules/webdatabase/SQLTransactionBackend.h
|
| @@ -122,7 +122,7 @@ private:
|
| bool m_hasVersionMismatch;
|
|
|
| Mutex m_statementMutex;
|
| - HeapDeque<Member<SQLStatementBackend> > m_statementQueue;
|
| + HeapDeque<Member<SQLStatementBackend>> m_statementQueue;
|
|
|
| OwnPtr<SQLiteTransaction> m_sqliteTransaction;
|
| };
|
|
|