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

Unified Diff: LayoutTests/inspector/timeline/timeline-load.html

Issue 313333002: Extract implementation based on timeline events into TimelineModelImpl (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/devtools.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/timeline/timeline-load.html
diff --git a/LayoutTests/inspector/timeline/timeline-load.html b/LayoutTests/inspector/timeline/timeline-load.html
index bc28ab646ea22e12147150c6a0c7975e3fec394a..7d47d94d6fdd5ed38b1a75726185d6453baccb4e 100644
--- a/LayoutTests/inspector/timeline/timeline-load.html
+++ b/LayoutTests/inspector/timeline/timeline-load.html
@@ -9,7 +9,7 @@ function test()
function runTestWithDataAndCheck(input, expectedOutput)
{
WebInspector.inspectorView.showPanel("timeline");
- var model = new WebInspector.TimelineModel(WebInspector.timelineManager);
+ var model = new WebInspector.TimelineModelImpl(WebInspector.timelineManager);
function createFileReader(file, delegate)
{
« no previous file with comments | « no previous file | Source/devtools/devtools.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698