| Index: Source/devtools/front_end/timeline/TimelinePanel.js
|
| diff --git a/Source/devtools/front_end/timeline/TimelinePanel.js b/Source/devtools/front_end/timeline/TimelinePanel.js
|
| index 243ba31713562c1168f74d3c2551a5c1ca242cb1..58e714d5c7acae929ca3068b221d2f9ab9e9fedd 100644
|
| --- a/Source/devtools/front_end/timeline/TimelinePanel.js
|
| +++ b/Source/devtools/front_end/timeline/TimelinePanel.js
|
| @@ -291,6 +291,7 @@ WebInspector.TimelinePanel.prototype = {
|
| if (this._lazyLayersView)
|
| return this._lazyLayersView;
|
| this._lazyLayersView = new WebInspector.TimelineLayersView();
|
| + this._lazyLayersView.setTimelineModelAndDelegate(this._model, this);
|
| return this._lazyLayersView;
|
| },
|
|
|
|
|