| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/event-listener-breakpoints-script-first-stmt.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/event-listener-breakpoints-script-first-stmt.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/event-listener-breakpoints-script-first-stmt.html
|
| index a4f123042b575ca1cac6e3e092ca49bc830a1387..53f91eb6e4356c2aab3d10cf794364ef2cdca286 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/event-listener-breakpoints-script-first-stmt.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/event-listener-breakpoints-script-first-stmt.html
|
| @@ -29,7 +29,7 @@ function callback2()
|
|
|
| function test()
|
| {
|
| - var pane = self.runtime.sharedInstance(WebInspector.EventListenerBreakpointsSidebarPane);
|
| + var pane = self.runtime.sharedInstance(Sources.EventListenerBreakpointsSidebarPane);
|
| var numberOfPauses = 2;
|
|
|
| InspectorTest.startDebuggerTest(step1, true);
|
|
|