Bug 1263045 - Avoid JavaScript strict warning in WebContentConverter.js during startup. r=Gijs

This commit is contained in:
Jonathan Watt
2016-03-23 10:39:18 +00:00
parent dd031ae560
commit fb3561fe66

View File

@@ -795,7 +795,7 @@ WebContentConverterRegistrar.prototype = {
// now register them
for (num of nums) {
for (let num of nums) {
let branch = ps.getBranch(PREF_CONTENTHANDLERS_BRANCH + num + ".");
try {
this._registerContentHandlerHavingBranch(branch);