Skip to content

Commit

Permalink
Allow toString on InstallTrigger (toSource is already allowed, bug 62…
Browse files Browse the repository at this point in the history
…8410).
  • Loading branch information
Andreas Gal committed Jan 30, 2011
1 parent 8ae905d commit 494df5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toolkit/mozapps/extensions/content/extensions-content.js
Expand Up @@ -62,6 +62,7 @@ function createInstallTrigger(window) {
install: "r",
installChrome: "r",
startSoftwareUpdate: "r",
toString: "r",
toSource: "r", // XXX workaround for bug 582100
},

Expand Down

0 comments on commit 494df5a

Please sign in to comment.