mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
Bug 489795: Get AlertsService override working again, r=gavin
This commit is contained in:
parent
a5e397771e
commit
5afe34e0bb
@ -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