Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(521)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js

Issue 2914033002: [Devtools] NetworkLogView now uses NetworkLog as source of truth. (Closed)
Patch Set: fixed bug with redirect main navigation Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
index dfbfc820ffd6c5f815b6e0929240bbce7487f293..d13bb25c980f84699f72c0d9ed6aaa0af1f542fb 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
@@ -557,7 +557,7 @@ InspectorTest._innerReloadPage = function(hardReload, callback, scriptToEvaluate
InspectorTest._pageLoadedCallback = InspectorTest.safeWrap(callback);
if (UI.panels.network)
- UI.panels.network._networkLogView.reset();
+ NetworkLog.networkLog.reset();
InspectorTest.resourceTreeModel.reloadPage(hardReload, scriptToEvaluateOnLoad);
}

Powered by Google App Engine
This is Rietveld 408576698