Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / bindings / v8 / custom / V8SQLTransactionCustom.cpp
index c8fccc4..41eab0b 100644 (file)
@@ -92,7 +92,7 @@ void V8SQLTransaction::executeSqlMethodCustom(const v8::FunctionCallbackInfo<v8:
 
     SQLTransaction* transaction = V8SQLTransaction::toNative(info.Holder());
 
-    ExecutionContext* executionContext = getExecutionContext();
+    ExecutionContext* executionContext = currentExecutionContext(info.GetIsolate());
 
     OwnPtr<SQLStatementCallback> callback;
     if (info.Length() > 2 && !isUndefinedOrNull(info[2])) {