| Index: Source/bindings/modules/v8/custom/V8SQLTransactionSyncCustom.cpp
|
| diff --git a/Source/bindings/modules/v8/custom/V8SQLTransactionSyncCustom.cpp b/Source/bindings/modules/v8/custom/V8SQLTransactionSyncCustom.cpp
|
| index c7a64b267c907a6a33d19fa7d00371ce9eb12654..75f043ce497fb26f0622ded9cf9448043f69c38e 100644
|
| --- a/Source/bindings/modules/v8/custom/V8SQLTransactionSyncCustom.cpp
|
| +++ b/Source/bindings/modules/v8/custom/V8SQLTransactionSyncCustom.cpp
|
| @@ -89,7 +89,7 @@ void V8SQLTransactionSync::executeSqlMethodCustom(const v8::FunctionCallbackInfo
|
| }
|
| }
|
|
|
| - SQLTransactionSync* transaction = V8SQLTransactionSync::toNative(info.Holder());
|
| + SQLTransactionSync* transaction = V8SQLTransactionSync::toImpl(info.Holder());
|
|
|
| v8::Handle<v8::Value> result = toV8(transaction->executeSQL(statement, sqlValues, exceptionState), info.Holder(), info.GetIsolate());
|
| if (exceptionState.throwIfNeeded())
|
|
|