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

Unified Diff: LayoutTests/inspector/timeline/timeline-frames.html

Issue 461323003: DevTools: Make Timeline tests use only model records (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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-frames.html
diff --git a/LayoutTests/inspector/timeline/timeline-frames.html b/LayoutTests/inspector/timeline/timeline-frames.html
index 273245ce231c82d2eba5e77eb3154c2c86756572..65dd1105e4e0d0a267d41e44f3258227a40ad88d 100644
--- a/LayoutTests/inspector/timeline/timeline-frames.html
+++ b/LayoutTests/inspector/timeline/timeline-frames.html
@@ -21,8 +21,8 @@ function test()
{
function formatRecord(record)
{
- if (record.type === WebInspector.TimelineModel.RecordType.TimeStamp ||
- record.type === WebInspector.TimelineModel.RecordType.BeginFrame) {
+ if (record.type() === WebInspector.TimelineModel.RecordType.TimeStamp ||
+ record.type() === WebInspector.TimelineModel.RecordType.BeginFrame) {
InspectorTest.dumpTimelineRecord(record);
}
}
« no previous file with comments | « LayoutTests/inspector/timeline/timeline-decode-resize.html ('k') | LayoutTests/inspector/timeline/timeline-gc-event.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698