| Index: LayoutTests/inspector/timeline/timeline-network-resource.html
|
| diff --git a/LayoutTests/inspector/timeline/timeline-network-resource.html b/LayoutTests/inspector/timeline/timeline-network-resource.html
|
| index dc92e1b4b9ec62c5cb16fb0e716a086ad1612c57..c0d7e03bf43b4073ea5f0b00a2bff5ff99cb4b2a 100644
|
| --- a/LayoutTests/inspector/timeline/timeline-network-resource.html
|
| +++ b/LayoutTests/inspector/timeline/timeline-network-resource.html
|
| @@ -18,7 +18,6 @@ function test()
|
| var requestId;
|
| var scriptUrl = "timeline-network-resource.js";
|
|
|
| - WebInspector.TimelineModel._doNotAssignEndTime = true;
|
| var model = WebInspector.panels.timeline._model;
|
| var presentationModel = InspectorTest.timelinePresentationModel();
|
|
|
| @@ -53,7 +52,7 @@ function test()
|
| lastRecordStartTime = record.startTime;
|
| }
|
| }
|
| - WebInspector.TimelinePresentationModel.forAllRecords([presentationModel.rootRecord()], format);
|
| + model.forAllRecords(format);
|
| InspectorTest.completeTest();
|
| }
|
|
|
|
|