Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(212)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp

Issue 2733093003: DevTools: instrument user callbacks based on generic probes, remove NativeBreakpoint. (Closed)
Patch Set: test fixed Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(),
- "scriptFirstStatement");
-
v8::Local<v8::Value> result;
{
V8CacheOptions v8CacheOptions =

Powered by Google App Engine
This is Rietveld 408576698