From b4e1085539412721035b8eddfe35448b0836fad8 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Tue, 5 Oct 2010 12:46:03 +0200 Subject: [PATCH] Bug 601201 - Re-enable the Error Console by default. r=beltzner,robcee --- browser/app/profile/firefox.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index 96971e336de3..95f210e3907c 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -1042,8 +1042,8 @@ pref("services.sync.prefs.sync.spellchecker.dictionary", true); pref("services.sync.prefs.sync.xpinstall.whitelist.required", true); #endif -// Disable the Error Console -pref("devtools.errorconsole.enabled", false); +// Enable the Error Console (for now, see bug 601201) +pref("devtools.errorconsole.enabled", true); // disable the Inspector pref("devtools.inspector.enabled", false);