Bug 572276 - Fix contract-id for the web-install-prompt [r=mbrubeck]

This commit is contained in:
Mark Finkle 2010-06-15 23:36:51 -04:00
parent 2db0e674c4
commit d5cd0eeaa8

View File

@ -47,7 +47,7 @@ function WebInstallPrompt() { }
WebInstallPrompt.prototype = {
classDescription: "XPInstall Dialog Service",
contractID: "@mozilla.org/addons/web-install-confirm;1",
contractID: "@mozilla.org/addons/web-install-prompt;1",
classID: Components.ID("{c1242012-27d8-477e-a0f1-0b098ffc329b}"),
QueryInterface: XPCOMUtils.generateQI([Ci.amIWebInstallPrompt]),