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

Unified Diff: LayoutTests/inspector/timeline/timeline-window-filter.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-window-filter.html
diff --git a/LayoutTests/inspector/timeline/timeline-window-filter.html b/LayoutTests/inspector/timeline/timeline-window-filter.html
index ce33cea8c4a2ff72da74584ba7b9c43a3415460c..097c54c25a9e6c4c9da8a4aacd25587fd72aa12f 100644
--- a/LayoutTests/inspector/timeline/timeline-window-filter.html
+++ b/LayoutTests/inspector/timeline/timeline-window-filter.html
@@ -11,7 +11,7 @@ function test()
var timelineData = InspectorTest.timelineData();
WebInspector.inspectorView.showPanel("timeline");
- var timeline = WebInspector.panels.timeline;
+ var timeline = WebInspector.inspectorView.panel("timeline");
var overviewPane = timeline._overviewPane;
var model = timeline._model;

Powered by Google App Engine
This is Rietveld 408576698