| 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 df70caa4675d025bdd8d30893cf558e8aee91811..6c322903aa99821928488e26b9e667055802ca2a 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
|
| @@ -16,7 +16,7 @@ function test()
|
| sourcesNavigatorView = createNavigatorView(Sources.SourcesNavigatorView);
|
| contentScriptsNavigatorView = createNavigatorView(Sources.ContentScriptsNavigatorView);
|
|
|
| - Bindings.NetworkProject.forTarget(InspectorTest.mainTarget)._reset();
|
| + InspectorTest.resetNetworkProject(Bindings.NetworkProject.forTarget(InspectorTest.mainTarget));
|
|
|
| var target2 = InspectorTest.createMockTarget("mock-target-1");
|
| SDK.ResourceTreeModel.fromTarget(target2)._cachedResourcesProcessed = true;
|
|
|