fx-compat: XPCOMUtils.generateQI() → ChromeUtils.generateQI()
This commit is contained in:
parent
4d35cdf095
commit
ccbc785499
8 changed files with 12 additions and 17 deletions
|
@ -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])
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue