Index: trunk/Source/bindings/v8/custom/V8CustomSQLStatementErrorCallback.cpp |
=================================================================== |
--- trunk/Source/bindings/v8/custom/V8CustomSQLStatementErrorCallback.cpp (revision 170423) |
+++ trunk/Source/bindings/v8/custom/V8CustomSQLStatementErrorCallback.cpp (working copy) |
@@ -47,7 +47,7 @@ |
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; |