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); |