Index: Source/devtools/front_end/timeline/TimelineView.js |
diff --git a/Source/devtools/front_end/timeline/TimelineView.js b/Source/devtools/front_end/timeline/TimelineView.js |
index 6e6bd0f6571bb44d822dfeb08f0813e6f8482cc4..8b3fbe23141bf40a8080101b79830c72ad70a85a 100644 |
--- a/Source/devtools/front_end/timeline/TimelineView.js |
+++ b/Source/devtools/front_end/timeline/TimelineView.js |
@@ -177,7 +177,7 @@ WebInspector.TimelineView.prototype = { |
this._frameContainer.appendChild(frameStrip); |
if (actualStart > 0) { |
- var frameMarker = WebInspector.TimelineUIUtils.createEventDivider(WebInspector.TracingTimelineModel.RecordType.BeginFrame); |
+ var frameMarker = WebInspector.TimelineUIUtils.createEventDivider(WebInspector.TimelineModel.RecordType.BeginFrame); |
frameMarker.style.left = frameStart + "px"; |
dividers.push(frameMarker); |
} |