Maybe fix SyntaxError: non-generator method definitions may not contain yield in MigrationUtils.jsm

This commit is contained in:
NTD 2018-04-12 11:29:15 -04:00 committed by Roy Tam
commit a2b532ed1a

View file

@ -491,7 +491,7 @@ this.MigrationUtils = Object.freeze({
// Iterates the available migrators, in the most suitable
// order for the running platform.
get migrators() {
migrators: function* MU_migrators() {
let migratorKeysOrdered = [
#ifdef XP_WIN
"firefox", "ie", "chrome", "safari"