| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/event-listener-breakpoints.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/event-listener-breakpoints.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/event-listener-breakpoints.html
|
| index 7e4bc6150abee87762dc9f25cca4c7bda6f9dff7..80c5cadfbe7e3423a310ccf15d33d2b35cce5830 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/event-listener-breakpoints.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/event-listener-breakpoints.html
|
| @@ -72,7 +72,7 @@ function onVideoPlay()
|
|
|
| function test()
|
| {
|
| - var pane = self.runtime.sharedInstance(WebInspector.EventListenerBreakpointsSidebarPane);
|
| + var pane = self.runtime.sharedInstance(Sources.EventListenerBreakpointsSidebarPane);
|
| var testFunctions = [
|
| function testClickBreakpoint(next)
|
| {
|
|
|