| Index: test/inspector/runtime/console-api-repeated-in-console.js
|
| diff --git a/test/inspector/runtime/console-api-repeated-in-console.js b/test/inspector/runtime/console-api-repeated-in-console.js
|
| index ec4b34d8adf019b60e3d813c1d8a1d97d91ef390..f7de071654eac58af566c95d7bf42ebfdd2848bf 100644
|
| --- a/test/inspector/runtime/console-api-repeated-in-console.js
|
| +++ b/test/inspector/runtime/console-api-repeated-in-console.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("Check that console.log is reported through Console domain as well.");
|
| +InspectorTest.log("Check that console.log is reported through Console domain as well.");
|
|
|
| var expectedMessages = 4;
|
| var messages = [];
|
|
|