Bug 494391: JavaScript strict warning: reference to undefined property gApp.id. r=Mossop

This commit is contained in:
Florian Queze 2009-06-12 14:50:08 +02:00
Родитель 2b0b982fdf
Коммит 9efc3be274
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3983,7 +3983,7 @@ ExtensionManager.prototype = {
var addon = makeItem(getURIFromFile(aXPIFile).spec, "",
aInstallLocationKey, "", "", "",
getURIFromFile(aXPIFile).spec,
"", "", "", "", 0, gApp.id);
"", "", "", "", 0, gApp.ID);
this._callInstallListeners("onInstallStarted", addon);
shouldPhoneHomeIfNecessary = true;