| Index: Source/web/WebDevToolsFrontendImpl.cpp
 | 
| diff --git a/Source/web/WebDevToolsFrontendImpl.cpp b/Source/web/WebDevToolsFrontendImpl.cpp
 | 
| index a27bfba3e7a3a1d015d1892f1ce52c59b910aa84..affd937570e7467f71dca0f9d32c53b06feff9dd 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());
 | 
| +    ScriptController::callFunctionWithInstrumentation(frame->frame() ? frame->frame()->document() : 0, function, dispatcherObject, args.size(), args.data(), isolate);
 | 
|  }
 | 
|  
 | 
|  } // namespace WebKit
 | 
| 
 |