| Index: Source/devtools/front_end/console/ConsoleView.js
|
| diff --git a/Source/devtools/front_end/console/ConsoleView.js b/Source/devtools/front_end/console/ConsoleView.js
|
| index 01ff99e265ad73d93ab252671e0094c9d528b36f..07809acac3f091db4ce7978a3f94760aea792b99 100644
|
| --- a/Source/devtools/front_end/console/ConsoleView.js
|
| +++ b/Source/devtools/front_end/console/ConsoleView.js
|
| @@ -121,7 +121,6 @@ WebInspector.ConsoleView = function(hideContextSelector)
|
| statusBarElement.appendChild(this._showAllMessagesCheckbox.element);
|
|
|
| this._registerShortcuts();
|
| - this.registerRequiredCSS("suggestBox.css");
|
|
|
| this._messagesElement.addEventListener("contextmenu", this._handleContextMenuEvent.bind(this), false);
|
| WebInspector.settings.monitoringXHREnabled.addChangeListener(this._monitoringXHREnabledSettingChanged, this);
|
|
|