| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-skip-break-program.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-skip-break-program.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-skip-break-program.html
|
| index 4d9e7114c7211b78620364e245bd222c433b2474..94a64f5e46bf7e5eaaf85d06b986b014aee7af80 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-skip-break-program.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-skip-break-program.html
|
| @@ -27,7 +27,7 @@ function test()
|
| var frameworkRegexString = "/framework\\.js$";
|
| WebInspector.settingForTest("skipStackFramesPattern").set(frameworkRegexString);
|
|
|
| - var pane = WebInspector.panels.sources.sidebarPanes.eventListenerBreakpoints;
|
| + var pane = self.runtime.sharedInstance(WebInspector.EventListenerBreakpointsSidebarPane);
|
|
|
| InspectorTest.startDebuggerTest(step1, true);
|
|
|
|
|