| Index: third_party/WebKit/Source/modules/webdatabase/DatabaseAuthorizer.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/DatabaseAuthorizer.cpp b/third_party/WebKit/Source/modules/webdatabase/DatabaseAuthorizer.cpp
|
| index 1b4957472ecdda3978fced3cff4797becc645eaf..bcb77de30860685122890d0031a64c72843e4603 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/DatabaseAuthorizer.cpp
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/DatabaseAuthorizer.cpp
|
| @@ -40,6 +40,7 @@ DatabaseAuthorizer::DatabaseAuthorizer(const String& databaseInfoTableName)
|
| : m_securityEnabled(false)
|
| , m_databaseInfoTableName(databaseInfoTableName)
|
| {
|
| + ASSERT(isMainThread());
|
| reset();
|
| addWhitelistedFunctions();
|
| }
|
|
|