| Index: LayoutTests/inspector/sources/debugger/debugger-step-out.html
|
| diff --git a/LayoutTests/inspector/sources/debugger/debugger-step-out.html b/LayoutTests/inspector/sources/debugger/debugger-step-out.html
|
| index dfd344e605a3aec3248238b79f1e925eb5ebbd79..a2a1abdd1d6d57caa54eb748f46e48c7ccc7409c 100644
|
| --- a/LayoutTests/inspector/sources/debugger/debugger-step-out.html
|
| +++ b/LayoutTests/inspector/sources/debugger/debugger-step-out.html
|
| @@ -28,7 +28,7 @@ var test = function()
|
| InspectorTest.captureStackTrace(callFrames);
|
| InspectorTest.addResult("Stepping out...");
|
| InspectorTest.waitUntilResumed(InspectorTest.waitUntilPaused.bind(InspectorTest, step3));
|
| - WebInspector.panels.sources._stepOutButton.element.click();
|
| + WebInspector.inspectorView.panel("sources")._stepOutButton.element.click();
|
| }
|
|
|
| function step3(callFrames)
|
|
|