| Index: Source/bindings/v8/V8MutationCallback.cpp
|
| diff --git a/Source/bindings/v8/V8MutationCallback.cpp b/Source/bindings/v8/V8MutationCallback.cpp
|
| index c579382195ee0dda8508c9392f300621a04d6fb5..089f85b69a46238f181c77c5a26acdd130192ca8 100644
|
| --- a/Source/bindings/v8/V8MutationCallback.cpp
|
| +++ b/Source/bindings/v8/V8MutationCallback.cpp
|
| @@ -52,7 +52,7 @@ void V8MutationCallback::call(const Vector<RefPtr<MutationRecord> >& mutations,
|
|
|
| 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;
|
|
|
|
|