diff options
Diffstat (limited to 'data/extensions/https-everywhere-eff@eff.org/chrome/content/code/IOUtil.js')
-rw-r--r-- | data/extensions/https-everywhere-eff@eff.org/chrome/content/code/IOUtil.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/extensions/https-everywhere-eff@eff.org/chrome/content/code/IOUtil.js b/data/extensions/https-everywhere-eff@eff.org/chrome/content/code/IOUtil.js index b7b43f4..4893763 100644 --- a/data/extensions/https-everywhere-eff@eff.org/chrome/content/code/IOUtil.js +++ b/data/extensions/https-everywhere-eff@eff.org/chrome/content/code/IOUtil.js @@ -127,7 +127,7 @@ const IOUtil = { }, findWindow: function(channel) { - for each(var cb in [channel.notificationCallbacks, + for (var cb of [channel.notificationCallbacks, channel.loadGroup && channel.loadGroup.notificationCallbacks]) { if (cb instanceof Ci.nsIInterfaceRequestor) { if (Ci.nsILoadContext) try { |