Bug 1251446 - Can't delete more than 300 items from history treeviews. r=trivial-typo-fix

MozReview-Commit-ID: CoMlnL0Wwht

--HG--
extra : rebase_source : f34984362c5bd2b9940a2241702168bd8c4abad5
extra : amend_source : a34e9cf5a878bc772c5b6decd40e8782d9024a57
This commit is contained in:
Marco Bonardo 2016-02-26 16:16:48 +01:00
Родитель 45010d8fc6
Коммит 1a2184ee13
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -972,7 +972,7 @@ PlacesController.prototype = {
PlacesUtils.bhistory.removePages(URIslice, URIslice.length);
Services.tm.mainThread.dispatch(() => gen.next(),
Ci.nsIThread.DISPATCH_NORMAL);
yield unefined;
yield undefined;
}
}
let gen = pagesChunkGenerator(URIs);