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

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: 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
« no previous file with comments | « LayoutTests/inspector/timeline/timeline-time-stamp.html ('k') | Source/devtools/front_end/CountersGraph.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()");
});
« no previous file with comments | « LayoutTests/inspector/timeline/timeline-time-stamp.html ('k') | Source/devtools/front_end/CountersGraph.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698