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

Unified Diff: test/inspector/debugger/get-possible-breakpoints-restrict-to-function.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-restrict-to-function.js
diff --git a/test/inspector/debugger/get-possible-breakpoints-restrict-to-function.js b/test/inspector/debugger/get-possible-breakpoints-restrict-to-function.js
index 1ce440594d127cd471e963f94e2e4f969166d6bc..f5020eb64b3c46cc6e062dc2a3093b11a252ae17 100644
--- a/test/inspector/debugger/get-possible-breakpoints-restrict-to-function.js
+++ b/test/inspector/debugger/get-possible-breakpoints-restrict-to-function.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 Debugger.getPossibleBreakpoints with ignoreNestedFunctions');
+InspectorTest.log('Checks Debugger.getPossibleBreakpoints with ignoreNestedFunctions');
var source = `
function test() {
« no previous file with comments | « test/inspector/debugger/get-possible-breakpoints-master.js ('k') | test/inspector/debugger/inspector-break-api.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698