| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-step-from-framework.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-step-from-framework.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-step-from-framework.html
|
| index c01dde0134d22f6af73929a2be49bc763548ceb0..5a43b314258c50be4b5f6a7dab802d08f502a18b 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-step-from-framework.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-step-from-framework.html
|
| @@ -25,7 +25,7 @@ function test()
|
|
|
| function step1()
|
| {
|
| - xhrPane = WebInspector.panels.sources.sidebarPanes.xhrBreakpoints;
|
| + xhrPane = self.runtime.sharedInstance(WebInspector.XHRBreakpointsSidebarPane);
|
| xhrPane._setBreakpoint("foo", true);
|
| InspectorTest.runTestFunctionAndWaitUntilPaused(step2);
|
| }
|
|
|