Index: chrome/content/ui/sidebar.js |
=================================================================== |
--- a/chrome/content/ui/sidebar.js |
+++ b/chrome/content/ui/sidebar.js |
@@ -108,7 +108,7 @@ |
if (addBrowserLocationListener) |
addBrowserLocationListener(mainWin, handleLocationChange, true); |
- for (let type of Policy.contentTypes) |
+ for (let type of Policy.contentTypes.values()) |
localizedTypes.set(type, Utils.getString("type_label_" + type.toLowerCase())); |
} |