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

Unified Diff: LayoutTests/inspector/timeline/timeline-animation-frame.html

Issue 183893010: DevTools: extract TimelineModel.Record from TimelinePresentationModel.Record. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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-animation-frame.html
diff --git a/LayoutTests/inspector/timeline/timeline-animation-frame.html b/LayoutTests/inspector/timeline/timeline-animation-frame.html
index 53812c023504fd49366aa896faf77ba4ccb4b5b3..6ea029e24f76053838125097061d7f4e2b40689c 100644
--- a/LayoutTests/inspector/timeline/timeline-animation-frame.html
+++ b/LayoutTests/inspector/timeline/timeline-animation-frame.html
@@ -19,7 +19,6 @@ function performActions()
function test()
{
- WebInspector.TimelineModel._doNotAssignEndTime = true;
InspectorTest.startTimeline(function() {
InspectorTest.evaluateInPage("performActions()");
});

Powered by Google App Engine
This is Rietveld 408576698