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