[Pkg-mozext-commits] [greasemonkey] 25/41: Do not pass unused "scope" argument to createSandbox().

David Prévot taffit at moszumanska.debian.org
Thu Apr 30 22:06:34 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository greasemonkey.

commit c31853bceb7a85c980bd698a97add1294ef8b577
Author: Anthony Lieuallen <arantius at gmail.com>
Date:   Wed Apr 22 15:02:55 2015 -0400

    Do not pass unused "scope" argument to createSandbox().
---
 content/framescript.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/framescript.js b/content/framescript.js
index 62cc91e..9501aa9 100644
--- a/content/framescript.js
+++ b/content/framescript.js
@@ -54,7 +54,7 @@ ScriptRunner.prototype.injectScripts = function(aScripts) {
 
   for (var i = 0, script = null; script = aScripts[i]; i++) {
     if (script.noframes && !winIsTop) continue;
-    var sandbox = createSandbox(script, this, gScope);
+    var sandbox = createSandbox(script, this);
     runScriptInSandbox(script, sandbox);
   }
 };

-- 
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