| Index: LayoutTests/inspector/sources/debugger/debugger-breakpoints-not-activated-on-reload.html
|
| diff --git a/LayoutTests/inspector/sources/debugger/debugger-breakpoints-not-activated-on-reload.html b/LayoutTests/inspector/sources/debugger/debugger-breakpoints-not-activated-on-reload.html
|
| index 65a09afd1eed35b1d7665e8ea663e5229804082d..af51b1769b4bb1402d1dbeb825b64d0561b0e902 100644
|
| --- a/LayoutTests/inspector/sources/debugger/debugger-breakpoints-not-activated-on-reload.html
|
| +++ b/LayoutTests/inspector/sources/debugger/debugger-breakpoints-not-activated-on-reload.html
|
| @@ -25,7 +25,7 @@ var test = function()
|
| {
|
| InspectorTest.addResult("Main resource was shown.");
|
| InspectorTest.setBreakpoint(sourceFrame, 8, "", true);
|
| - WebInspector.panels.sources._toggleBreakpointsButton.element.click();
|
| + WebInspector.inspectorView.panel("sources")._toggleBreakpointsButton.element.click();
|
| InspectorTest.reloadPage(step3);
|
| }
|
|
|
|
|