mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 824349 - Make TelemetryPing correctly implement nsIObserver; r=froydnj
This commit is contained in:
parent
5322d560d2
commit
4c920ae548
@ -1077,7 +1077,7 @@ TelemetryPing.prototype = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
classID: Components.ID("{55d6a5fa-130e-4ee6-a158-0133af3b86ba}"),
|
classID: Components.ID("{55d6a5fa-130e-4ee6-a158-0133af3b86ba}"),
|
||||||
QueryInterface: XPCOMUtils.generateQI([Ci.nsITelemetryPing]),
|
QueryInterface: XPCOMUtils.generateQI([Ci.nsITelemetryPing, Ci.nsIObserver]),
|
||||||
};
|
};
|
||||||
|
|
||||||
this.NSGetFactory = XPCOMUtils.generateNSGetFactory([TelemetryPing]);
|
this.NSGetFactory = XPCOMUtils.generateNSGetFactory([TelemetryPing]);
|
||||||
|
Loading…
Reference in New Issue
Block a user