| Index: Source/devtools/front_end/sources/SourcesPanel.js
|
| diff --git a/Source/devtools/front_end/sources/SourcesPanel.js b/Source/devtools/front_end/sources/SourcesPanel.js
|
| index 7bbefdb6eb549c5484985ec1713edd2a990e9d61..bfe8d28ba09a65b290a5983f27c23a77c492a804 100644
|
| --- a/Source/devtools/front_end/sources/SourcesPanel.js
|
| +++ b/Source/devtools/front_end/sources/SourcesPanel.js
|
| @@ -60,7 +60,6 @@ WebInspector.SourcesPanel = function(workspaceForTest)
|
| {
|
| WebInspector.Panel.call(this, "sources");
|
| this.registerRequiredCSS("sourcesPanel.css");
|
| - this.registerRequiredCSS("suggestBox.css");
|
| new WebInspector.UpgradeFileSystemDropTarget(this.element);
|
|
|
| WebInspector.settings.showEditorInDrawer = WebInspector.settings.createSetting("showEditorInDrawer", true);
|
|
|