| Index: Source/web/WebDevToolsFrontendImpl.cpp
|
| diff --git a/Source/web/WebDevToolsFrontendImpl.cpp b/Source/web/WebDevToolsFrontendImpl.cpp
|
| index 611d4db49ff1788c70609ef0c13158d082b19ee6..0e2d2dc4c065c607919e213905c1028777abc440 100644
|
| --- a/Source/web/WebDevToolsFrontendImpl.cpp
|
| +++ b/Source/web/WebDevToolsFrontendImpl.cpp
|
| @@ -174,7 +174,7 @@ void WebDevToolsFrontendImpl::doDispatchOnInspectorFrontend(const WebString& mes
|
| args.append(v8String(message, isolate));
|
| v8::TryCatch tryCatch;
|
| tryCatch.SetVerbose(true);
|
| - ScriptController::callFunctionWithInstrumentation(frame->frame() ? frame->frame()->document() : 0, function, dispatcherObject, args.size(), args.data(), isolate);
|
| + ScriptController::callFunction(frame->frame()->document(), function, dispatcherObject, args.size(), args.data(), isolate);
|
| }
|
|
|
| } // namespace WebKit
|
|
|