| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/xhr-breakpoints.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/xhr-breakpoints.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/xhr-breakpoints.html
|
| index fedace4f1a207c2e503f0195c2412d729303f4f9..c2c01cc3f8cc5bb6849209a860be74e46b8ca12c 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/xhr-breakpoints.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/xhr-breakpoints.html
|
| @@ -13,7 +13,7 @@ function sendRequest(url)
|
|
|
| function test()
|
| {
|
| - var pane = WebInspector.panels.sources.sidebarPanes.xhrBreakpoints;
|
| + var pane = self.runtime.sharedInstance(WebInspector.XHRBreakpointsSidebarPane);
|
| InspectorTest.runDebuggerTestSuite([
|
| function testXHRBreakpoint(next)
|
| {
|
|
|