| Index: Source/bindings/templates/callback_interface.cpp
|
| diff --git a/Source/bindings/templates/callback_interface.cpp b/Source/bindings/templates/callback_interface.cpp
|
| index 0ce66a60812ad31547e0da1f53728394d1e479ae..a6f897c6c2169b37de8265eb4a2ee86a4dcef8e4 100644
|
| --- a/Source/bindings/templates/callback_interface.cpp
|
| +++ b/Source/bindings/templates/callback_interface.cpp
|
| @@ -64,7 +64,7 @@ namespace WebCore {
|
|
|
| v8::HandleScope handleScope(m_isolate);
|
|
|
| - v8::Handle<v8::Context> v8Context = toV8Context(executionContext(), m_world.get());
|
| + v8::Handle<v8::Context> v8Context = toV8Context(executionContext(), m_world);
|
| if (v8Context.IsEmpty())
|
| {{return_default}};
|
|
|
|
|