Chromium Code Reviews| 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 f839a2284ddb7093662763af50edd3e7f5ac2db4..130ecb68c3a0089f925b54f7e04be113803ff126 100644 |
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp |
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp |
| @@ -126,9 +126,6 @@ v8::Local<v8::Value> ScriptController::executeScriptAndReturnValue( |
| TRACE_EVENT1("devtools.timeline", "EvaluateScript", "data", |
| InspectorEvaluateScriptEvent::data( |
| frame(), source.url().getString(), source.startPosition())); |
| - probe::NativeBreakpoint nativeBreakpoint(frame()->document(), |
|
dgozman
2017/03/06 23:36:11
What happened to this one?
alph
2017/03/07 00:22:20
I guess it's now handled withing probe::ExecuteScr
pfeldman
2017/03/07 00:55:52
alph@ is right!
|
| - "scriptFirstStatement"); |
| - |
| v8::Local<v8::Value> result; |
| { |
| V8CacheOptions v8CacheOptions = |