Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Unified Diff: test/inspector/debugger/get-possible-breakpoints-master.js

Issue 2713023004: [inspector] added reconnect method for tests (Closed)
Patch Set: rebased Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()

Powered by Google App Engine
This is Rietveld 408576698