| Index: third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp
|
| index eb6c5d4f38a78873680b374a1ad6a6bc55f1b461..e6a135ae65062e94ea6364f54f9fb68aa2bc1f6c 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp
|
| @@ -127,7 +127,7 @@ v8::Local<v8::Value> ScriptController::executeScriptAndReturnValue(
|
| InspectorEvaluateScriptEvent::data(
|
| frame(), source.url().getString(), source.startPosition()));
|
| InspectorInstrumentation::NativeBreakpoint nativeBreakpoint(
|
| - frame()->document(), "scriptFirstStatement", false);
|
| + frame()->document(), "scriptFirstStatement");
|
|
|
| v8::Local<v8::Value> result;
|
| {
|
|
|