Bug 489795: Get AlertsService override working again, r=gavin

This commit is contained in:
Mark Finkle 2009-04-24 08:45:50 -04:00
parent d2bf46a4dc
commit 30a66f43c3

View File

@ -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]),