| Index: test/inspector/debugger/step-into.js
|
| diff --git a/test/inspector/debugger/step-into.js b/test/inspector/debugger/step-into.js
|
| index 009a94349f305ddb88a9aa3366c197fc05195f9e..401c4dfc985ef3131e7d02311029abbe3dc927dc 100644
|
| --- a/test/inspector/debugger/step-into.js
|
| +++ b/test/inspector/debugger/step-into.js
|
| @@ -13,7 +13,7 @@ Protocol.Debugger.onPaused(message => {
|
| }
|
| var scriptId = frames[0].location.scriptId;
|
| InspectorTest.log('break at:');
|
| - InspectorTest.logCallFrameSourceLocation(frames[0])
|
| + InspectorTest.logSourceLocation(frames[0].location)
|
| .then(() => Protocol.Debugger.stepInto());
|
| });
|
|
|
|
|