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

Unified Diff: test/inspector/debugger/set-async-call-stack-depth.js

Issue 2868423004: Revert of [inspector] use creation stack trace as parent for async call chains (Closed)
Patch Set: Created 3 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: test/inspector/debugger/set-async-call-stack-depth.js
diff --git a/test/inspector/debugger/set-async-call-stack-depth.js b/test/inspector/debugger/set-async-call-stack-depth.js
index a9c6f1ce50758d26c9b8cef56036af7a2c57443d..444c10591a32a4ed1f2c7e0f70c3f2fd3cdaf5f2 100644
--- a/test/inspector/debugger/set-async-call-stack-depth.js
+++ b/test/inspector/debugger/set-async-call-stack-depth.js
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// TODO(kozyatinskiy): fix or remove it later with new stack traces it's almost
-// imposible to hit limit.
InspectorTest.log('Checks that we report not more then maxDepth call chains.');
InspectorTest.addScript(`

Powered by Google App Engine
This is Rietveld 408576698