| Index: LayoutTests/inspector/debugger/event-listener-breakpoints.html
|
| diff --git a/LayoutTests/inspector/debugger/event-listener-breakpoints.html b/LayoutTests/inspector/debugger/event-listener-breakpoints.html
|
| index 3c8323544b83001ed031214782c66f1af2fd708f..fb506584d6912869c5a2fd8be42481e20c473b48 100644
|
| --- a/LayoutTests/inspector/debugger/event-listener-breakpoints.html
|
| +++ b/LayoutTests/inspector/debugger/event-listener-breakpoints.html
|
| @@ -23,8 +23,8 @@ function timerFired()
|
|
|
| function test()
|
| {
|
| - WebInspector.showPanel("scripts");
|
| - var pane = WebInspector.panels.scripts.sidebarPanes.eventListenerBreakpoints;
|
| + WebInspector.showPanel("sources");
|
| + var pane = WebInspector.panels.sources.sidebarPanes.eventListenerBreakpoints;
|
| InspectorTest.runDebuggerTestSuite([
|
| function testClickBreakpoint(next)
|
| {
|
|
|