mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 489795: Get AlertsService override working again, r=gavin
This commit is contained in:
parent
d2bf46a4dc
commit
30a66f43c3
@ -46,8 +46,8 @@ Components.utils.import("resource://gre/modules/XPCOMUtils.jsm");
|
||||
function AlertsService() { }
|
||||
|
||||
AlertsService.prototype = {
|
||||
classDescription: "Alerts Service",
|
||||
contractID: "@mozilla.org/alerts-service;1",
|
||||
classDescription: "Mobile Alerts Service",
|
||||
contractID: "@mozilla.org/system-alerts-service;1",
|
||||
classID: Components.ID("{fe33c107-82a4-41d6-8c64-5353267e04c9}"),
|
||||
QueryInterface: XPCOMUtils.generateQI([Ci.nsIAlertsService]),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user