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

Unified Diff: LayoutTests/inspector/timeline/tracing/frame-model.html

Issue 396993003: DevTools: get rid of WebInspector.cssModel, use target models instead (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/tracing/frame-model.html
diff --git a/LayoutTests/inspector/timeline/tracing/frame-model.html b/LayoutTests/inspector/timeline/tracing/frame-model.html
index ec2a8afe6b4b35261fdb16dce4e227de25c3178b..1487f8de83d65d9bed62c44b71f5fd801124d851 100644
--- a/LayoutTests/inspector/timeline/tracing/frame-model.html
+++ b/LayoutTests/inspector/timeline/tracing/frame-model.html
@@ -212,7 +212,7 @@ function test()
]
};
- var frameModel = new WebInspector.TracingTimelineFrameModel(WebInspector.targetManager.activeTarget());
+ var frameModel = new WebInspector.TracingTimelineFrameModel(WebInspector.targetManager.mainTarget());
function loadEvents(events)
{
« no previous file with comments | « LayoutTests/inspector/timeline/timeline-layer-tree-snapshot.html ('k') | LayoutTests/inspector/tracing.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698