| Index: third_party/WebKit/Source/bindings/modules/v8/custom/V8CustomSQLStatementErrorCallback.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/modules/v8/custom/V8CustomSQLStatementErrorCallback.cpp b/third_party/WebKit/Source/bindings/modules/v8/custom/V8CustomSQLStatementErrorCallback.cpp
|
| index 2166e853089ba7f2da519ff1cf10b2b9bc40d603..4164179e6487c762ffb48a3a4c692269764d1af6 100644
|
| --- a/third_party/WebKit/Source/bindings/modules/v8/custom/V8CustomSQLStatementErrorCallback.cpp
|
| +++ b/third_party/WebKit/Source/bindings/modules/v8/custom/V8CustomSQLStatementErrorCallback.cpp
|
| @@ -69,7 +69,7 @@ bool V8SQLStatementErrorCallback::handleEvent(SQLTransaction* transaction,
|
| // the error callback did not return false, or there was no error callback.
|
| // Jump to the last step in the overall steps.
|
| if (!V8ScriptRunner::callFunction(m_callback.newLocal(isolate),
|
| - getExecutionContext(),
|
| + m_scriptState->getExecutionContext(),
|
| m_scriptState->context()->Global(),
|
| WTF_ARRAY_LENGTH(argv), argv, isolate)
|
| .ToLocal(&result))
|
|
|