Bug 832104 - Don't report CSS errors in production builds r=cjones

This commit is contained in:
Fabrice Desré 2013-01-17 18:08:26 -08:00
parent 31482b3628
commit 425177a56c

View File

@ -96,6 +96,7 @@ for each (let [setting, maxValue, streamTypes] in audioChannelSettings) {
SettingsListener.observe('debug.console.enabled', true, function(value) {
Services.prefs.setBoolPref('consoleservice.enabled', value);
Services.prefs.setBoolPref('layout.css.report_errors', value);
});
// =================== Languages ====================