Index: Source/bindings/v8/custom/V8CustomSQLStatementErrorCallback.cpp |
diff --git a/Source/bindings/v8/custom/V8CustomSQLStatementErrorCallback.cpp b/Source/bindings/v8/custom/V8CustomSQLStatementErrorCallback.cpp |
index 78f8e9918d43153d38bdf68bd315a8ea2b52779d..d16b2069456a6900812495f1e0f0903897eeea9d 100644 |
--- a/Source/bindings/v8/custom/V8CustomSQLStatementErrorCallback.cpp |
+++ b/Source/bindings/v8/custom/V8CustomSQLStatementErrorCallback.cpp |
@@ -72,7 +72,7 @@ bool V8SQLStatementErrorCallback::handleEvent(SQLTransaction* transaction, SQLEr |
// statement, if any, or onto the next overall step otherwise. Otherwise, |
// the error callback did not return false, or there was no error callback. |
// Jump to the last step in the overall steps. |
- return invokeCallback(m_callback.newLocal(isolate), 2, argv, callbackReturnValue, scriptExecutionContext()) || callbackReturnValue; |
+ return invokeCallback(m_callback.newLocal(isolate), 2, argv, callbackReturnValue, scriptExecutionContext(), isolate) || callbackReturnValue; |
} |
} // namespace WebCore |