| Index: LayoutTests/inspector/timeline/timeline-records-cleared.html
|
| diff --git a/LayoutTests/inspector/timeline/timeline-records-cleared.html b/LayoutTests/inspector/timeline/timeline-records-cleared.html
|
| index d0285788ecc9ea9d93281547ef3dcbca4290feaf..6ac1c9a33633a41c4e20a11e7a87bedcc6a1bdb7 100644
|
| --- a/LayoutTests/inspector/timeline/timeline-records-cleared.html
|
| +++ b/LayoutTests/inspector/timeline/timeline-records-cleared.html
|
| @@ -10,7 +10,7 @@ function test()
|
| var timelineData = InspectorTest.timelineData();
|
|
|
| WebInspector.inspectorView.showPanel("timeline");
|
| - var timeline = WebInspector.panels.timeline;
|
| + var timeline = WebInspector.inspectorView.panel("timeline");
|
|
|
| var model = timeline._model;
|
|
|
|
|