| Index: third_party/WebKit/Source/modules/webdatabase/SQLTransactionBackend.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/SQLTransactionBackend.cpp b/third_party/WebKit/Source/modules/webdatabase/SQLTransactionBackend.cpp
|
| index 265161c8d5aa10e9e884e6adaaab2f4e60415e09..540ed69424902fe13a74bdbca5ddbba9443ee3f9 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/SQLTransactionBackend.cpp
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/SQLTransactionBackend.cpp
|
| @@ -357,6 +357,7 @@ SQLTransactionBackend::SQLTransactionBackend(Database* db, SQLTransaction* front
|
| , m_readOnly(readOnly)
|
| , m_hasVersionMismatch(false)
|
| {
|
| + ASSERT(isMainThread());
|
| ASSERT(m_database);
|
| m_frontend->setBackend(this);
|
| m_requestedState = SQLTransactionState::AcquireLock;
|
|
|