Bug 773891 - Fix pushprefenv to support char/string types. r=jdm

This commit is contained in:
Joel Maher 2012-10-18 08:03:31 -04:00
parent fead53893a
commit 7a21448ce5

View File

@ -512,7 +512,7 @@ SpecialPowersAPI.prototype = {
var pref_string = [];
pref_string[prefs.PREF_INT] = "INT";
pref_string[prefs.PREF_BOOL] = "BOOL";
pref_string[prefs.PREF_STRING] = "STRING";
pref_string[prefs.PREF_STRING] = "CHAR";
var pendingActions = [];
var cleanupActions = [];