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

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

Issue 881263002: DevTools: use target-based model accessors only. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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: LayoutTests/http/tests/inspector/network-test.js
diff --git a/LayoutTests/http/tests/inspector/network-test.js b/LayoutTests/http/tests/inspector/network-test.js
index 9bbf79cd8d01de70954e731af1f6343d92c5dbd5..86dcacc0bf814a2d8bf52ffaf2d3ce8e7720b041 100644
--- a/LayoutTests/http/tests/inspector/network-test.js
+++ b/LayoutTests/http/tests/inspector/network-test.js
@@ -17,7 +17,7 @@ InspectorTest.recordNetwork = function()
InspectorTest.networkRequests = function()
{
- return WebInspector.networkLog.requests.slice();
+ return WebInspector.NetworkLog.requests();
}
InspectorTest.dumpNetworkRequests = function()

Powered by Google App Engine
This is Rietveld 408576698