Index: third_party/WebKit/Source/devtools/front_end/layers/LayersPanel.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/layers/LayersPanel.js b/third_party/WebKit/Source/devtools/front_end/layers/LayersPanel.js |
index 0886b2578fc1fd2662b3a17539848763f671d929..43074181c71d59d12748c6f60043c386885622ad 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/layers/LayersPanel.js |
+++ b/third_party/WebKit/Source/devtools/front_end/layers/LayersPanel.js |
@@ -36,7 +36,6 @@ |
WebInspector.LayersPanel = function() |
{ |
WebInspector.PanelWithSidebar.call(this, "layers", 225); |
- this.registerRequiredCSS("timeline/timelinePanel.css"); |
/** @type {?WebInspector.LayerTreeModel} */ |
this._model = null; |