Bug 609421 follow-up: fix copypasta. r=rnewman

This commit is contained in:
Philipp von Weitershausen 2011-01-19 14:12:14 -08:00
parent ae612b75dd
commit 56f91610cc

View File

@ -58,6 +58,8 @@ PrefRec.prototype = {
_logName: "Record.Pref",
};
Utils.deferGetSet(PrefRec, "cleartext", ["value"]);
function PrefsEngine() {
SyncEngine.call(this, "Prefs");