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

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

Issue 320953002: Timeline: split frame model into trace-specific and record-specific parts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased and removed extra semicolon Created 6 years, 6 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
« no previous file with comments | « no previous file | Source/devtools/front_end/timeline/TimelineFlameChart.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 72bd428d56b04ddb0a268b592b69e50edb6e7fec..38cd603bd56f610ac1f494716c5c8b0b22fb68a9 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.TimelineFrameModel(WebInspector.targetManager.activeTarget());
+ var frameModel = new WebInspector.TracingTimelineFrameModel(WebInspector.targetManager.activeTarget());
function loadEvents(events)
{
« no previous file with comments | « no previous file | Source/devtools/front_end/timeline/TimelineFlameChart.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698