mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 773891 - Fix pushprefenv to support char/string types. r=jdm
This commit is contained in:
parent
fead53893a
commit
7a21448ce5
@ -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 = [];
|
||||
|
Loading…
Reference in New Issue
Block a user