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

Unified Diff: test/inspector/cpu-profiler/console-profile.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/cpu-profiler/console-profile.js
diff --git a/test/inspector/cpu-profiler/console-profile.js b/test/inspector/cpu-profiler/console-profile.js
index 84873cd169f2b8805662221db4962b605fa7823c..b8e36b686138b3ca469f68220df3e8601047ec8c 100644
--- a/test/inspector/cpu-profiler/console-profile.js
+++ b/test/inspector/cpu-profiler/console-profile.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("Tests that console.profile/profileEnd will record CPU profile when inspector front-end is connected.");
+InspectorTest.log("Tests that console.profile/profileEnd will record CPU profile when inspector front-end is connected.");
InspectorTest.addScript(`
function collectProfiles()

Powered by Google App Engine
This is Rietveld 408576698