Index: Source/devtools/front_end/Settings.js |
diff --git a/Source/devtools/front_end/Settings.js b/Source/devtools/front_end/Settings.js |
index f78bcc998f2df6d2ec617389a97993001450835a..783080efaf5d3df31cf4de4bbad81b67b1ff3e97 100644 |
--- a/Source/devtools/front_end/Settings.js |
+++ b/Source/devtools/front_end/Settings.js |
@@ -106,7 +106,7 @@ WebInspector.Settings = function() |
this.workerInspectorWidth = this.createSetting("workerInspectorWidth", 600); |
this.workerInspectorHeight = this.createSetting("workerInspectorHeight", 600); |
this.messageURLFilters = this.createSetting("messageURLFilters", {}); |
- this.messageSourceFilters = this.createSetting("messageSourceFilters", {"CSS": true}); |
+ this.hideCSSErrorsInConsole = this.createSetting("hideCSSErrorsInConsole", true); |
this.messageLevelFilters = this.createSetting("messageLevelFilters", {}); |
this.splitVerticallyWhenDockedToRight = this.createSetting("splitVerticallyWhenDockedToRight", true); |
this.visiblePanels = this.createSetting("visiblePanels", {}); |