From a53ab3f345be0f707aa0e9ef359f2728b519c930 Mon Sep 17 00:00:00 2001 From: Sean Greenslade Date: Sat, 11 May 2019 18:12:11 -0700 Subject: Update sync clear history function to use new clear() API call. --- services/sync/modules/engines/history.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/sync/modules/engines') diff --git a/services/sync/modules/engines/history.js b/services/sync/modules/engines/history.js index e7f53766f..705b6a119 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(); } }; -- cgit v1.2.3