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

Unified Diff: LayoutTests/inspector/timeline/timeline-network-resource.html

Issue 183893010: DevTools: extract TimelineModel.Record from TimelinePresentationModel.Record. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: For landing Created 6 years, 10 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
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();
}

Powered by Google App Engine
This is Rietveld 408576698