| Index: Source/devtools/front_end/elements/ElementsPanel.js
|
| diff --git a/Source/devtools/front_end/elements/ElementsPanel.js b/Source/devtools/front_end/elements/ElementsPanel.js
|
| index 95535599bc02065d0c414d0317681e0fcd16dd80..cedbdd70b4ba3a7c5f9a9b1d0a65ad801175cbf4 100644
|
| --- a/Source/devtools/front_end/elements/ElementsPanel.js
|
| +++ b/Source/devtools/front_end/elements/ElementsPanel.js
|
| @@ -48,9 +48,7 @@ importScript("StylesSidebarPane.js");
|
| WebInspector.ElementsPanel = function()
|
| {
|
| WebInspector.Panel.call(this, "elements");
|
| - this.registerRequiredCSS("breadcrumbList.css");
|
| this.registerRequiredCSS("elementsPanel.css");
|
| - this.registerRequiredCSS("suggestBox.css");
|
| this.setHideOnDetach();
|
|
|
| this._splitView = new WebInspector.SplitView(true, true, "elementsPanelSplitViewState", 325, 325);
|
|
|