| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-sorting.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-sorting.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-sorting.html
|
| index 5099138c8c73027f8804df3c7e7ef3a463fc4426..df8f8457991229cc1f2af3a1b88cc537eac3d74e 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-sorting.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-sorting.html
|
| @@ -17,7 +17,7 @@ async function test()
|
| sourcesNavigatorView = createNavigatorView(Sources.SourcesNavigatorView);
|
| contentScriptsNavigatorView = createNavigatorView(Sources.ContentScriptsNavigatorView);
|
|
|
| - Bindings.NetworkProject.forTarget(InspectorTest.mainTarget)._resetForTest();
|
| + Bindings.debuggerWorkspaceBinding._debuggerModelToData.get(InspectorTest.debuggerModel)._resourceMapping._resetForTest();
|
| Bindings.resourceMapping._resetForTest(InspectorTest.mainTarget);
|
|
|
| var pageMock = new InspectorTest.PageMock('http://example.com');
|
|
|