fx-compat: XPCOMUtils.generateQI() → ChromeUtils.generateQI()

This commit is contained in:
Dan Stillman 2020-06-30 02:08:08 -04:00
parent 4d35cdf095
commit ccbc785499
8 changed files with 12 additions and 17 deletions

View file

@ -1330,8 +1330,7 @@ ZoteroProtocolHandler.prototype = {
contractID: ZOTERO_PROTOCOL_CONTRACTID,
classDescription: ZOTERO_PROTOCOL_NAME,
classID: ZOTERO_PROTOCOL_CID,
QueryInterface: XPCOMUtils.generateQI([Components.interfaces.nsISupports,
Components.interfaces.nsIProtocolHandler])
QueryInterface: ChromeUtils.generateQI([Components.interfaces.nsIProtocolHandler])
};