| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-panel.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-panel.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-panel.html
|
| index cfee18644b7010ccc23ad5ee702030057bc75f22..51b82010809d2db728797c83de3661255d1e5f51 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-panel.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-panel.html
|
| @@ -25,7 +25,8 @@ function test()
|
| InspectorTest.addResult("Source requested for " + this.url());
|
| }
|
|
|
| - Bindings.NetworkProject.forTarget(InspectorTest.mainTarget)._reset();
|
| + Bindings.NetworkProject.forTarget(InspectorTest.mainTarget)._resetForTest();
|
| + Bindings.resourceBindingManager._resetForTest(InspectorTest.mainTarget);
|
| var page = new InspectorTest.PageMock('http://example.com');
|
| InspectorTest.connectToPage('mock-page', page, true /* makeMainTarget */);
|
|
|
|
|