| Index: third_party/WebKit/LayoutTests/http/tests/inspector/debugger/fetch-breakpoints.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/debugger/fetch-breakpoints.html b/third_party/WebKit/LayoutTests/http/tests/inspector/debugger/fetch-breakpoints.html
|
| index 689d3d1d114940d0f134696d43f5841d5665200f..a9ce3eb5bf226860cfd2b9d3ac5ecbedf16593f7 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/debugger/fetch-breakpoints.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/debugger/fetch-breakpoints.html
|
| @@ -11,7 +11,7 @@ function sendRequest(url)
|
|
|
| function test()
|
| {
|
| - var pane = WebInspector.panels.sources.sidebarPanes.xhrBreakpoints;
|
| + var pane = self.runtime.sharedInstance(WebInspector.XHRBreakpointsSidebarPane);
|
| InspectorTest.runDebuggerTestSuite([
|
| function testFetchBreakpoint(next)
|
| {
|
|
|