Index: test/inspector/debugger/restore-breakpoint.js |
diff --git a/test/inspector/debugger/restore-breakpoint.js b/test/inspector/debugger/restore-breakpoint.js |
index 1c6383c57fb0386ad6d3fc862f95653b6434241a..3a10f5378ec0e2184e802c617d3ef1ca64b69758 100644 |
--- a/test/inspector/debugger/restore-breakpoint.js |
+++ b/test/inspector/debugger/restore-breakpoint.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 debugger agent uses source content to restore breakpoints.'); |
+InspectorTest.log('Checks that debugger agent uses source content to restore breakpoints.'); |
Protocol.Debugger.enable(); |
InspectorTest.runTestSuite([ |