From 5f0a61a9f91e926d78a574d17a0d9e67622a719b Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Sat, 15 Apr 2017 00:09:41 -0400 Subject: HTTPS Everywhere updated to 5.2.14 --- .../https-everywhere-eff@eff.org/chrome/content/code/IOUtil.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/extensions/https-everywhere-eff@eff.org/chrome/content/code/IOUtil.js') 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 { -- cgit v1.2.3