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

Unified Diff: LayoutTests/inspector/timeline/timeline-network-resource.html

Issue 268293003: DevTools: Get rid of WebInspector.panels (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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/inspector/timeline/timeline-network-resource.html
diff --git a/LayoutTests/inspector/timeline/timeline-network-resource.html b/LayoutTests/inspector/timeline/timeline-network-resource.html
index a02c36ac43c70ea5f941025b89ae5e2f58071fad..24a03f0acb4fbcddd852266c44c93720aaf24702 100644
--- a/LayoutTests/inspector/timeline/timeline-network-resource.html
+++ b/LayoutTests/inspector/timeline/timeline-network-resource.html
@@ -18,7 +18,7 @@ function test()
var requestId;
var scriptUrl = "timeline-network-resource.js";
- var model = WebInspector.panels.timeline._model;
+ var model = WebInspector.inspectorView.panel("timeline")._model;
var presentationModel = InspectorTest.timelinePresentationModel();
InspectorTest.startTimeline(step1);

Powered by Google App Engine
This is Rietveld 408576698