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

Unified Diff: test/inspector/debugger/async-console-count-doesnt-crash.js

Issue 2713023004: [inspector] added reconnect method for tests (Closed)
Patch Set: addressed comments Created 3 years, 10 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/async-console-count-doesnt-crash.js
diff --git a/test/inspector/debugger/async-console-count-doesnt-crash.js b/test/inspector/debugger/async-console-count-doesnt-crash.js
index d4941950b19008b104005ca08e6c3a0209b938b3..57c308878d68ae36716fe8286c60c0b1e07cc1c2 100644
--- a/test/inspector/debugger/async-console-count-doesnt-crash.js
+++ b/test/inspector/debugger/async-console-count-doesnt-crash.js
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-print("setTimeout(console.count, 0) doesn't crash with enabled async stacks.")
+InspectorTest.log("setTimeout(console.count, 0) doesn't crash with enabled async stacks.")
Protocol.Debugger.enable();
Protocol.Debugger.setAsyncCallStackDepth({ maxDepth: 1 });

Powered by Google App Engine
This is Rietveld 408576698