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

Unified Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-filtering.html

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month 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/inspector/tracing/timeline-misc/timeline-filtering.html
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-filtering.html b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-filtering.html
index 5143296a02ea950b8c44a2972a946002f68bf6b0..1c4700801a44981f6ca18dfb75a2cf95f1e811d3 100644
--- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-filtering.html
+++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-filtering.html
@@ -52,8 +52,8 @@ function test()
var model = InspectorTest.createTimelineModelWithEvents(testData);
- var view = new WebInspector.EventsTimelineTreeView(model, WebInspector.panels.timeline._filters, null);
- view.updateContents(WebInspector.TimelineSelection.fromRange(model.minimumRecordTime(), model.maximumRecordTime()));
+ var view = new Timeline.EventsTimelineTreeView(model, UI.panels.timeline._filters, null);
+ view.updateContents(Timeline.TimelineSelection.fromRange(model.minimumRecordTime(), model.maximumRecordTime()));
var filtersControl = view._filtersControl;
function printEventMessage(event, level)
{

Powered by Google App Engine
This is Rietveld 408576698