[Pkg-mozext-commits] [greasemonkey] 22/35: Update menucommander.js - memory leak - maybe

David Prévot taffit at moszumanska.debian.org
Wed May 20 02:43:38 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 e2ac9f9b1c7340e5add8bf1f6fb95d00825ec864
Author: janekptacijarabaci <janekptacijarabaci at users.noreply.github.com>
Date:   Thu May 7 19:06:58 2015 +0200

    Update menucommander.js - memory leak - maybe
---
 content/menucommander.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/menucommander.js b/content/menucommander.js
index 32d2d9e..5e38cf7 100644
--- a/content/menucommander.js
+++ b/content/menucommander.js
@@ -39,7 +39,7 @@ GM_MenuCommander.toggleMenuCommands = function(aMessage) {
   var frozen = aMessage.data.frozen;
   var windowId = aMessage.data.windowId;
 
-  GM_MenuCommander.withAllMenuCommandsForWindowId(windowId, function(command) {
+  GM_MenuCommander.withAllMenuCommandsForWindowId(windowId, function(index, command) {
     command.frozen = frozen;
   });
 };

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