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