Update sync clear history function to use new clear()

This commit is contained in:
Fedor 2019-05-20 09:03:10 +03:00
parent 75ed7f76ff
commit af836c65d9

View File

@ -346,7 +346,7 @@ HistoryStore.prototype = {
},
wipe: function HistStore_wipe() {
PlacesUtils.history.removeAllPages();
PlacesUtils.history.clear();
}
};