| Index: Source/devtools/front_end/layers/LayersPanel.js
|
| diff --git a/Source/devtools/front_end/layers/LayersPanel.js b/Source/devtools/front_end/layers/LayersPanel.js
|
| index 3beb1f991c554334d560efd725d9b66429091eec..d8ed8df7d62baf26d1621e1b7fb240d6eff8f141 100644
|
| --- a/Source/devtools/front_end/layers/LayersPanel.js
|
| +++ b/Source/devtools/front_end/layers/LayersPanel.js
|
| @@ -37,6 +37,7 @@ WebInspector.LayersPanel = function()
|
| {
|
| WebInspector.PanelWithSidebarTree.call(this, "layers", 225);
|
| this.registerRequiredCSS("layersPanel.css");
|
| + this.registerRequiredCSS("timelinePanel.css");
|
| this._target = null;
|
|
|
| this.sidebarElement().classList.add("outline-disclosure");
|
|
|