| Index: LayoutTests/inspector/sources/debugger/debugger-step-into-event-listener.html
|
| diff --git a/LayoutTests/inspector/sources/debugger/debugger-step-into-event-listener.html b/LayoutTests/inspector/sources/debugger/debugger-step-into-event-listener.html
|
| index 722c2bb2e825321834a467d0ca9a1560e74f4a8c..0be6cbffa1668c54b195705f624101251c402d8b 100644
|
| --- a/LayoutTests/inspector/sources/debugger/debugger-step-into-event-listener.html
|
| +++ b/LayoutTests/inspector/sources/debugger/debugger-step-into-event-listener.html
|
| @@ -51,7 +51,7 @@ var test = function()
|
|
|
| if (stepCount < 5) {
|
| InspectorTest.addResult("Stepping into...");
|
| - WebInspector.panels.sources._stepIntoButton.element.click();
|
| + WebInspector.inspectorView.panel("sources")._stepIntoButton.element.click();
|
| InspectorTest.waitUntilResumed(InspectorTest.waitUntilPaused.bind(InspectorTest, step2));
|
| } else
|
| InspectorTest.completeDebuggerTest();
|
|
|