| Index: third_party/WebKit/Source/modules/webdatabase/Database.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/Database.cpp b/third_party/WebKit/Source/modules/webdatabase/Database.cpp
|
| index 737f4f819accc183326896ace429707cac1ac630..0f337cf6097a932106e84d522f648a012f5f17ca 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/Database.cpp
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/Database.cpp
|
| @@ -214,6 +214,7 @@ Database::Database(DatabaseContext* databaseContext, const String& name, const S
|
| , m_transactionInProgress(false)
|
| , m_isTransactionQueueEnabled(true)
|
| {
|
| + ASSERT(isMainThread());
|
| m_contextThreadSecurityOrigin = m_databaseContext->securityOrigin()->isolatedCopy();
|
|
|
| m_databaseAuthorizer = DatabaseAuthorizer::create(infoTableName);
|
|
|