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

Unified Diff: LayoutTests/inspector/timeline/timeline-time.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-time.html
diff --git a/LayoutTests/inspector/timeline/timeline-time.html b/LayoutTests/inspector/timeline/timeline-time.html
index b597a8378816b8d5bee30bdde3da98e00c873b16..17aee2a4cadced953efcd4192d2cbeabdc66a7c8 100644
--- a/LayoutTests/inspector/timeline/timeline-time.html
+++ b/LayoutTests/inspector/timeline/timeline-time.html
@@ -78,7 +78,7 @@ function test()
function callback()
{
var rootRecord = InspectorTest.timelinePresentationModel().rootRecord();
- InspectorTest.dumpTimelineRecord(rootRecord, undefined, undefined, ["FunctionCall", "ConsoleTime", "TimeStamp"]);
+ InspectorTest.dumpPresentationRecord(rootRecord, undefined, undefined, ["FunctionCall", "ConsoleTime", "TimeStamp"]);
InspectorTest.timelinePresentationModel().reset();
next();
}

Powered by Google App Engine
This is Rietveld 408576698