diff --git a/services/sync/modules/engines/history.js b/services/sync/modules/engines/history.js index e7f53766fa..705b6a1199 100644 --- a/services/sync/modules/engines/history.js +++ b/services/sync/modules/engines/history.js @@ -346,7 +346,7 @@ HistoryStore.prototype = { }, wipe: function HistStore_wipe() { - PlacesUtils.history.removeAllPages(); + PlacesUtils.history.clear(); } };