mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Update sync clear history function to use new clear() API call.
This commit is contained in:
parent
e0171dc973
commit
84bfab4f70
1 changed files with 1 additions and 1 deletions
|
|
@ -346,7 +346,7 @@ HistoryStore.prototype = {
|
|||
},
|
||||
|
||||
wipe: function HistStore_wipe() {
|
||||
PlacesUtils.history.removeAllPages();
|
||||
PlacesUtils.history.clear();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue