Index: test/inspector/cpu-profiler/stop-without-preceeding-start.js |
diff --git a/test/inspector/cpu-profiler/stop-without-preceeding-start.js b/test/inspector/cpu-profiler/stop-without-preceeding-start.js |
index 3e4717a19c89892060d4f873cb189d4a283c697d..5fdf098fe1c8f687ffab108e89f6c4f37a54a6a3 100644 |
--- a/test/inspector/cpu-profiler/stop-without-preceeding-start.js |
+++ b/test/inspector/cpu-profiler/stop-without-preceeding-start.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 doesn't crash when we call stop without preceeding start."); |
+InspectorTest.log("Test that profiler doesn't crash when we call stop without preceeding start."); |
Protocol.Profiler.stop().then(didStopProfile); |
function didStopProfile(messageObject) |