| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/navigator-view.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/navigator-view.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger/navigator-view.html
|
| index 3d37ee39dc5cc8fdef229c6cf2cfa90745c95d19..dfd7103629416db5fb38ac69b3ffa2168aa7ce93 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/navigator-view.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/navigator-view.html
|
| @@ -7,7 +7,7 @@
|
| function test()
|
| {
|
| var networkProject1 = Bindings.NetworkProject.forTarget(InspectorTest.mainTarget);
|
| - networkProject1._reset();
|
| + InspectorTest.resetNetworkProject(networkProject1);
|
| var target2 = InspectorTest.createMockTarget('mock-target-100');
|
| SDK.ResourceTreeModel.fromTarget(target2)._cachedResourcesProcessed = true;
|
| SDK.ResourceTreeModel.fromTarget(target2)._frameAttached('42', '');
|
| @@ -120,7 +120,7 @@ function test()
|
|
|
| InspectorTest.addResult("\n\n================================================");
|
| InspectorTest.addResult("Removing all resources:");
|
| - networkProject2._reset();
|
| + InspectorTest.resetNetworkProject(networkProject2);
|
| InspectorTest.dumpNavigatorViewInAllModes(sourcesNavigatorView);
|
| InspectorTest.dumpNavigatorViewInAllModes(contentScriptsNavigatorView);
|
|
|
|
|