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 a9c0cff18cead1acc1064564bf724280f83a306b..8c3b470dd43fae16cdad1049e243d4604379cdc3 100644 |
--- a/Source/devtools/front_end/timeline/TimelinePanel.js |
+++ b/Source/devtools/front_end/timeline/TimelinePanel.js |
@@ -290,6 +290,7 @@ WebInspector.TimelinePanel.prototype = { |
if (this._lazyLayersView) |
return this._lazyLayersView; |
this._lazyLayersView = new WebInspector.TimelineLayersView(); |
+ this._lazyLayersView.setTimelineModelAndDelegate(this._model, this); |
return this._lazyLayersView; |
}, |