Fix a cookie sandbox regression e537018
This commit is contained in:
parent
56229136be
commit
eaeb144c3b
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ Zotero.CookieSandbox.prototype = {
|
||||||
* @param {nsIInterfaceRequestor} ir
|
* @param {nsIInterfaceRequestor} ir
|
||||||
*/
|
*/
|
||||||
"attachToInterfaceRequestor": function(ir) {
|
"attachToInterfaceRequestor": function(ir) {
|
||||||
Zotero.CookieSandbox.Observer.trackedInterfaceRequestors.push(Cu.getWeakReference(ir.getInterface(Ci.nsIInterfaceRequestor)));
|
Zotero.CookieSandbox.Observer.trackedInterfaceRequestors.push(Cu.getWeakReference(ir.QueryInterface(Ci.nsIInterfaceRequestor)));
|
||||||
Zotero.CookieSandbox.Observer.trackedInterfaceRequestorSandboxes.push(this);
|
Zotero.CookieSandbox.Observer.trackedInterfaceRequestorSandboxes.push(this);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue