[Pkg-mozext-commits] [greasemonkey] 12/15: Switch to an "Expanded Principal" in the user script sandbox.
David Prévot
taffit at moszumanska.debian.org
Mon Mar 31 21:59:09 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository greasemonkey.
commit a0d93c59eb0c679dfb03a6c6715e3e5ba0014096
Author: Anthony Lieuallen <arantius at gmail.com>
Date: Tue Mar 25 12:56:19 2014 -0400
Switch to an "Expanded Principal" in the user script sandbox.
See: http://bugzil.la/986886#c4
---
components/greasemonkey.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/greasemonkey.js b/components/greasemonkey.js
index fbb48a5..6e100f3 100644
--- a/components/greasemonkey.js
+++ b/components/greasemonkey.js
@@ -95,7 +95,7 @@ function createSandbox(
}
var sandbox = new Components.utils.Sandbox(
- aContentWin,
+ [aContentWin],
{
'sandboxName': aScript.id,
'sandboxPrototype': aContentWin,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/greasemonkey.git
More information about the Pkg-mozext-commits
mailing list