Index: test/inspector/cpu-profiler/enable-disable.js |
diff --git a/test/inspector/cpu-profiler/enable-disable.js b/test/inspector/cpu-profiler/enable-disable.js |
index 3ed1b74b36bdb346b4da7616eca4ad640b138301..b342a162c4a8b10f30513220a819c06c6143863e 100644 |
--- a/test/inspector/cpu-profiler/enable-disable.js |
+++ b/test/inspector/cpu-profiler/enable-disable.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 profiling can only be started when Profiler was enabled and that Profiler.disable command will stop recording all profiles."); |
+InspectorTest.log("Test that profiling can only be started when Profiler was enabled and that Profiler.disable command will stop recording all profiles."); |
Protocol.Profiler.start().then(didFailToStartWhenDisabled); |
disallowConsoleProfiles(); |