Bug 882959 - Initialize app.geo.reportdata pref to avoid annoying nsIPrefBranch.getCharPref() exceptions. r=blassey

This commit is contained in:
Chris Peterson 2013-06-13 15:54:30 -07:00
parent 54d09e2242
commit b82bc8ad72

View File

@ -388,6 +388,7 @@ pref("privacy.item.syncAccount", true);
// enable geo
pref("geo.enabled", true);
pref("app.geo.reportdata", 0);
// content sink control -- controls responsiveness during page load
// see https://bugzilla.mozilla.org/show_bug.cgi?id=481566#c9