Bug 1263045 - Avoid JavaScript strict warning in WebContentConverter.js during startup. r=Gijs
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user