| 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']});
|
|
|