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); |
} |
} |