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

Unified Diff: test/inspector/debugger/stepping-with-natives-and-frameworks.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 | « test/inspector/debugger/stepping-tail-call.js ('k') | test/inspector/protocol-test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/debugger/stepping-with-natives-and-frameworks.js
diff --git a/test/inspector/debugger/stepping-with-natives-and-frameworks.js b/test/inspector/debugger/stepping-with-natives-and-frameworks.js
index fd79bb1db9b947cfb3c16fb722ced718ec0f32a8..1be1acdd28a343e7189a33dd4c2185d7a7daccef 100644
--- a/test/inspector/debugger/stepping-with-natives-and-frameworks.js
+++ b/test/inspector/debugger/stepping-with-natives-and-frameworks.js
@@ -12,11 +12,11 @@ function callAll() {
//# sourceURL=framework.js`);
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');
Protocol.Debugger.enable();
Protocol.Debugger.setBlackboxPatterns({patterns: ['framework\.js']});
« no previous file with comments | « test/inspector/debugger/stepping-tail-call.js ('k') | test/inspector/protocol-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698