| 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)
|
| {
|
|
|