| Index: Source/bindings/v8/V8MutationCallback.cpp
|
| diff --git a/Source/bindings/v8/V8MutationCallback.cpp b/Source/bindings/v8/V8MutationCallback.cpp
|
| index bd8733d50325998c965193acff9dfe651b88dbe0..d8c9334acc925ae9791316916f463210d27e5b09 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, m_isolate);
|
| + ScriptController::callFunction(scriptExecutionContext(), callback, thisObject, 2, argv, m_isolate);
|
| }
|
|
|
| void V8MutationCallback::makeWeakCallback(v8::Isolate*, v8::Persistent<v8::Function>*, V8MutationCallback* callback)
|
|
|