зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1484496: Follow-up: Fix busted JS enumerator in Android directory service. r=bustage
This commit is contained in:
Родитель
6c31f4c8d4
Коммит
87d079325d
|
@ -140,6 +140,9 @@ DirectoryProvider.prototype = {
|
|||
|
||||
return {
|
||||
QueryInterface: ChromeUtils.generateQI([Ci.nsISimpleEnumerator]),
|
||||
[Symbol.iterator]() {
|
||||
return result.values();
|
||||
},
|
||||
hasMoreElements: function() {
|
||||
return result.length > 0;
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче