Bug 1456035: Part 4 - Convert callers of XPCOMUtils.generateQI to ChromeUtils.generateQI. r=mccr8
This also removes any redundant Ci.nsISupports elements in the interface
lists.
This was done using the following script:
acecb401b7/processors/chromeutils-generateQI.jsm
MozReview-Commit-ID: AIx10P8GpZY
This commit is contained in:
@@ -209,6 +209,6 @@ function UrlClassifierLib() {
|
||||
this.wrappedJSObject = lib;
|
||||
}
|
||||
UrlClassifierLib.prototype.classID = Components.ID("{26a4a019-2827-4a89-a85c-5931a678823a}");
|
||||
UrlClassifierLib.prototype.QueryInterface = XPCOMUtils.generateQI([]);
|
||||
UrlClassifierLib.prototype.QueryInterface = ChromeUtils.generateQI([]);
|
||||
|
||||
this.NSGetFactory = XPCOMUtils.generateNSGetFactory([UrlClassifierLib]);
|
||||
|
||||
Reference in New Issue
Block a user