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

Unified Diff: test/debugger/test-api.js

Issue 2583173002: Revert of [inspector] gracefully handle stack overflows in the inspector. (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « test/debugger/regress/regress-2318.js ('k') | test/mjsunit/mjsunit.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/debugger/test-api.js
diff --git a/test/debugger/test-api.js b/test/debugger/test-api.js
index 13aaf686c12527f264485d0576441eaf4ece11d3..d8e6e7d3239abfd1263f4669a2d3f29d43c43fda 100644
--- a/test/debugger/test-api.js
+++ b/test/debugger/test-api.js
@@ -819,8 +819,6 @@
break;
}
- if (!params.callFrames[0]) return;
-
// Skip break events in this file.
if (params.callFrames[0].location.scriptId == this.thisScriptId) return;
« no previous file with comments | « test/debugger/regress/regress-2318.js ('k') | test/mjsunit/mjsunit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698