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

Unified Diff: test/inspector/cpu-profiler/record-cpu-profile.js

Issue 2713023004: [inspector] added reconnect method for tests (Closed)
Patch Set: rebased 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/record-cpu-profile.js
diff --git a/test/inspector/cpu-profiler/record-cpu-profile.js b/test/inspector/cpu-profiler/record-cpu-profile.js
index 3ce16fcfb5151738297671fb83565bc5bbd34884..c87d600124717de46b33115e68366fd4a2e4b10d 100644
--- a/test/inspector/cpu-profiler/record-cpu-profile.js
+++ b/test/inspector/cpu-profiler/record-cpu-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("Test that profiler is able to record a profile. Also it tests that profiler returns an error when it unable to find the profile.");
+InspectorTest.log("Test that profiler is able to record a profile. Also it tests that profiler returns an error when it unable to find the profile.");
Protocol.Profiler.enable();
Protocol.Profiler.start().then(didStartFrontendProfile);
« no previous file with comments | « test/inspector/cpu-profiler/enable-disable.js ('k') | test/inspector/cpu-profiler/stop-without-preceeding-start.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698