| 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 638072213ca29315341f5d8c4758919b2297ee65..68a7c42233c932a9884f9ae9a0570b27426a601b 100644
|
| --- a/Source/devtools/front_end/timeline/TimelineView.js
|
| +++ b/Source/devtools/front_end/timeline/TimelineView.js
|
| @@ -73,7 +73,7 @@ WebInspector.TimelineView = function(delegate, model)
|
|
|
| WebInspector.TimelineView.prototype = {
|
| /**
|
| - * @param {?WebInspector.TimelineFrameModel} frameModel
|
| + * @param {?WebInspector.TimelineFrameModelBase} frameModel
|
| */
|
| setFrameModel: function(frameModel)
|
| {
|
|
|