| Index: LayoutTests/inspector/debugger/debugger-step-in.html
|
| diff --git a/LayoutTests/inspector/debugger/debugger-step-in.html b/LayoutTests/inspector/debugger/debugger-step-in.html
|
| index bb6c69f26d1d4aa26f4cf9d0463197f1a4d487aa..ec3d856f6128b61377d225aa114076f6dc900278 100644
|
| --- a/LayoutTests/inspector/debugger/debugger-step-in.html
|
| +++ b/LayoutTests/inspector/debugger/debugger-step-in.html
|
| @@ -30,7 +30,7 @@ var test = function()
|
| InspectorTest.captureStackTrace(callFrames);
|
| if (stepCount < 2) {
|
| InspectorTest.addResult("Stepping into...");
|
| - WebInspector.panels.scripts._stepIntoButton.element.click();
|
| + WebInspector.panels.sources._stepIntoButton.element.click();
|
| InspectorTest.waitUntilResumed(InspectorTest.waitUntilPaused.bind(InspectorTest, step2));
|
| } else
|
| InspectorTest.completeDebuggerTest();
|
|
|