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

Unified Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-dfs.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-dfs.html
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-dfs.html b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-dfs.html
index e748b6e1b493ecdfaa6bdeed89c8b1964c2755e7..4b34eac6c2286a201df392b8682fc0f3914ae5da 100644
--- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-dfs.html
+++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-dfs.html
@@ -48,7 +48,7 @@ var test = function()
{"name": "b", "ts": 4000000, "ph": "E", "tid": mainThread, "pid": pid, "cat":"disabled-by-default.devtools.timeline", "args": {}}
];
- var model = new WebInspector.TimelineModel(new WebInspector.TimelineModel.Filter());
+ var model = new TimelineModel.TimelineModel(new TimelineModel.TimelineModel.Filter());
InspectorTest.setTraceEvents(model, InspectorTest.createTracingModel(), testData);
InspectorTest.addResult("DFS preorder:");

Powered by Google App Engine
This is Rietveld 408576698