Index: Source/bindings/v8/V8MutationCallback.cpp |
diff --git a/Source/bindings/v8/V8MutationCallback.cpp b/Source/bindings/v8/V8MutationCallback.cpp |
index 484666ebca34a4eacab4e8f177e89437dca8a615..07316919492b90df45d62e8d077683c64f19aabd 100644 |
--- a/Source/bindings/v8/V8MutationCallback.cpp |
+++ b/Source/bindings/v8/V8MutationCallback.cpp |
@@ -78,7 +78,7 @@ void V8MutationCallback::call(const Vector<RefPtr<MutationRecord> >& mutations, |
v8::TryCatch exceptionCatcher; |
exceptionCatcher.SetVerbose(true); |
- ScriptController::callFunctionWithInstrumentation(scriptExecutionContext(), callback, thisObject, 2, argv); |
+ ScriptController::callFunctionWithInstrumentation(scriptExecutionContext(), callback, thisObject, 2, argv, m_isolate); |
} |
void V8MutationCallback::makeWeakCallback(v8::Isolate*, v8::Persistent<v8::Function>*, V8MutationCallback* callback) |