Backed out changeset cc1cda7b777c (bug 1244795) for browser chrome failures. r=backout

This commit is contained in:
Sebastian Hengst 2016-02-08 17:44:05 +01:00
parent 34a9f755ca
commit 45b69ed956

View File

@ -506,7 +506,7 @@ var gCookiesWindow = {
},
_getUserContextString: function(aUserContextId) {
if (parseInt(aUserContextId) == 0) {
if (parseInt(aItem.originAttributes.userContextId) == 0) {
return this._bundle.getString("noUserContextLabel");
}