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

Unified Diff: test/inspector/debugger/stepping-tail-call.js

Issue 2766283002: [inspector] follow up for e27d18c94337f908d75fdccb4c5263180dbb1511 (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « src/debug/debug.h ('k') | test/inspector/debugger/stepping-with-natives-and-frameworks.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/debugger/stepping-tail-call.js
diff --git a/test/inspector/debugger/stepping-tail-call.js b/test/inspector/debugger/stepping-tail-call.js
index 9e6aa9a5a70cbfefa1fd58dcd0326df472a35646..763b23b8a6baff5371e5fb707dcea66e377a3a3b 100644
--- a/test/inspector/debugger/stepping-tail-call.js
+++ b/test/inspector/debugger/stepping-tail-call.js
@@ -5,11 +5,11 @@
InspectorTest.log('Checks stepping over tail calls.');
InspectorTest.setupScriptMap();
-InspectorTest.dumpProtocolCommand('Debugger.pause');
-InspectorTest.dumpProtocolCommand('Debugger.stepInto');
-InspectorTest.dumpProtocolCommand('Debugger.stepOver');
-InspectorTest.dumpProtocolCommand('Debugger.stepOut');
-InspectorTest.dumpProtocolCommand('Debugger.resume');
+InspectorTest.logProtocolCommandCalls('Debugger.pause');
+InspectorTest.logProtocolCommandCalls('Debugger.stepInto');
+InspectorTest.logProtocolCommandCalls('Debugger.stepOver');
+InspectorTest.logProtocolCommandCalls('Debugger.stepOut');
+InspectorTest.logProtocolCommandCalls('Debugger.resume');
let source = `
function f(x) {
« no previous file with comments | « src/debug/debug.h ('k') | test/inspector/debugger/stepping-with-natives-and-frameworks.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698