| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-step/step-through-event-listeners.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-step/step-through-event-listeners.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-step/step-through-event-listeners.html
|
| index 48f8ac1c53ac26e398787d5a8cca7fce6821eb06..f3130dfc12b8db6a0c445d836d6cd1818259cc74 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-step/step-through-event-listeners.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-step/step-through-event-listeners.html
|
| @@ -28,7 +28,7 @@ function addListenerAndClick()
|
|
|
| function test()
|
| {
|
| - var pane = WebInspector.panels.sources.sidebarPanes.eventListenerBreakpoints;
|
| + var pane = self.runtime.sharedInstance(WebInspector.EventListenerBreakpointsSidebarPane);
|
| InspectorTest.runDebuggerTestSuite([
|
| function testClickBreakpoint(next)
|
| {
|
|
|