| Index: third_party/WebKit/Source/modules/webdatabase/SQLStatement.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/SQLStatement.cpp b/third_party/WebKit/Source/modules/webdatabase/SQLStatement.cpp
|
| index e683a3c8ed9af3cec6748a271d3f017af36c2db5..980bf95dccbef2f0ba60f929bb8fc35294021ee7 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/SQLStatement.cpp
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/SQLStatement.cpp
|
| @@ -54,8 +54,6 @@
|
| : m_statementCallback(callback)
|
| , m_statementErrorCallback(errorCallback)
|
| {
|
| - DCHECK(isMainThread());
|
| -
|
| if (hasCallback() || hasErrorCallback())
|
| InspectorInstrumentation::asyncTaskScheduled(database->getExecutionContext(), "SQLStatement", this);
|
| }
|
|
|