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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/network/network-filters-internals.html

Issue 2914033002: [Devtools] NetworkLogView now uses NetworkLog as source of truth. (Closed)
Patch Set: Merge branch 'master' into MOVE_NETWORK_STUFF_AROUND 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/network/network-filters-internals.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-filters-internals.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-filters-internals.html
index 516e3857dfc08482ae2f22c036bfdd8a868aa241..e2dbe34d2abc3b961f0dc6a809c17a414358cbc5 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-filters-internals.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-filters-internals.html
@@ -40,7 +40,7 @@ function test()
Network.NetworkPanel.revealAndFilter(filterArray);
- var nodes = UI.panels.network._networkLogView._nodesByRequestId.valuesArray();
+ var nodes = UI.panels.network._networkLogView.flatNodesList();
var foundNodesCount = 0;
for (var i = 0; i < nodes.length; i++) {
if (!nodes[i][Network.NetworkLogView._isFilteredOutSymbol])

Powered by Google App Engine
This is Rietveld 408576698