| Index: test/inspector/debugger/script-on-after-compile.js
|
| diff --git a/test/inspector/debugger/script-on-after-compile.js b/test/inspector/debugger/script-on-after-compile.js
|
| index 083aa48065e6ca12f71e1c1ee11579761dfed648..15631c54b475b567db4e8b893c5a7d9177512912 100644
|
| --- a/test/inspector/debugger/script-on-after-compile.js
|
| +++ b/test/inspector/debugger/script-on-after-compile.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("Checks that inspector correctly process compiled scripts");
|
| +InspectorTest.log("Checks that inspector correctly process compiled scripts");
|
|
|
| function addScripts() {
|
| // sourceURL in the same line
|
|
|