mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset cc1cda7b777c (bug 1244795) for browser chrome failures. r=backout
This commit is contained in:
parent
34a9f755ca
commit
45b69ed956
@ -506,7 +506,7 @@ var gCookiesWindow = {
|
||||
},
|
||||
|
||||
_getUserContextString: function(aUserContextId) {
|
||||
if (parseInt(aUserContextId) == 0) {
|
||||
if (parseInt(aItem.originAttributes.userContextId) == 0) {
|
||||
return this._bundle.getString("noUserContextLabel");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user