Allow toString on InstallTrigger (toSource is already allowed, bug 628410).

This commit is contained in:
Andreas Gal 2011-01-29 20:20:17 -08:00
Родитель 4a896dee2a
Коммит 0fb4b0deec
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -62,6 +62,7 @@ function createInstallTrigger(window) {
install: "r",
installChrome: "r",
startSoftwareUpdate: "r",
toString: "r",
toSource: "r", // XXX workaround for bug 582100
},