mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 06:22:20 +00:00
Bug 572276 - Fix contract-id for the web-install-prompt [r=mbrubeck]
This commit is contained in:
parent
2db0e674c4
commit
d5cd0eeaa8
@ -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]),
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user