Index: test/inspector/debugger/get-possible-breakpoints-master.js |
diff --git a/test/inspector/debugger/get-possible-breakpoints-master.js b/test/inspector/debugger/get-possible-breakpoints-master.js |
index 5926a89e7dac9bd23be9c3575cd87e970a4c39e1..f0edf00b0dd4a931208e4c042279b3df685d0028 100644 |
--- a/test/inspector/debugger/get-possible-breakpoints-master.js |
+++ b/test/inspector/debugger/get-possible-breakpoints-master.js |
@@ -2,9 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-print('Checks Debugger.getPossibleBreakpoints'); |
+InspectorTest.log('Checks Debugger.getPossibleBreakpoints'); |
-var source = read('test/inspector/debugger/resources/break-locations.js'); |
+var source = utils.read('test/inspector/debugger/resources/break-locations.js'); |
InspectorTest.addScript(source); |
Protocol.Debugger.onceScriptParsed() |