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

Unified Diff: LayoutTests/inspector/timeline/timeline-timer.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-timer.html
diff --git a/LayoutTests/inspector/timeline/timeline-timer.html b/LayoutTests/inspector/timeline/timeline-timer.html
index 1fd796908d041354aad0667593150139417ae101..51ae6fc8b6f217acaf155ebb690c5737f9f77cce 100644
--- a/LayoutTests/inspector/timeline/timeline-timer.html
+++ b/LayoutTests/inspector/timeline/timeline-timer.html
@@ -20,7 +20,6 @@ function performActions()
function test()
{
- WebInspector.TimelineModel._doNotAssignEndTime = true;
InspectorTest.startTimeline(function() {
InspectorTest.evaluateInPage("performActions()");
});

Powered by Google App Engine
This is Rietveld 408576698