| Index: Source/bindings/v8/custom/V8CustomSQLStatementErrorCallback.cpp
|
| diff --git a/Source/bindings/v8/custom/V8CustomSQLStatementErrorCallback.cpp b/Source/bindings/v8/custom/V8CustomSQLStatementErrorCallback.cpp
|
| index fc597c110345da297a77e706a57a2381e2f72629..98d9e50a69e5cd463e826efafb41c78baae7599b 100644
|
| --- a/Source/bindings/v8/custom/V8CustomSQLStatementErrorCallback.cpp
|
| +++ b/Source/bindings/v8/custom/V8CustomSQLStatementErrorCallback.cpp
|
| @@ -47,7 +47,7 @@ bool V8SQLStatementErrorCallback::handleEvent(SQLTransaction* transaction, SQLEr
|
| v8::Isolate* isolate = v8::Isolate::GetCurrent();
|
| v8::HandleScope handleScope(isolate);
|
|
|
| - v8::Handle<v8::Context> v8Context = toV8Context(executionContext(), m_world.get());
|
| + v8::Handle<v8::Context> v8Context = toV8Context(executionContext(), *m_world);
|
| if (v8Context.IsEmpty())
|
| return true;
|
|
|
|
|