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

Unified Diff: Source/bindings/v8/ScriptDebugServer.h

Issue 309013005: DevTools: Event listener breakpoint should not stop if happened inside framework. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: one more test Created 6 years, 7 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: Source/bindings/v8/ScriptDebugServer.h
diff --git a/Source/bindings/v8/ScriptDebugServer.h b/Source/bindings/v8/ScriptDebugServer.h
index 57a2b609f82a06e30451f1db7b7f7b0459f6d495..131e09df6d86f0ccddd6c1b7a168432823488da1 100644
--- a/Source/bindings/v8/ScriptDebugServer.h
+++ b/Source/bindings/v8/ScriptDebugServer.h
@@ -80,6 +80,7 @@ public:
ScriptValue currentCallFrames();
ScriptValue currentCallFramesForAsyncStack();
PassRefPtr<JavaScriptCallFrame> topCallFrameNoScopes();
+ int frameCount();
class Task {
public:

Powered by Google App Engine
This is Rietveld 408576698