mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
define _resetGUIDs in store
This commit is contained in:
parent
091c571bd1
commit
a4ae67b71a
@ -195,6 +195,11 @@ HistoryStore.prototype = {
|
||||
|
||||
wipe: function HistStore_wipe() {
|
||||
this._hsvc.removeAllPages();
|
||||
},
|
||||
|
||||
_resetGUIDs: function FormStore__resetGUIDs() {
|
||||
let self = yield;
|
||||
// Not needed.
|
||||
}
|
||||
};
|
||||
HistoryStore.prototype.__proto__ = new Store();
|
||||
|
Loading…
Reference in New Issue
Block a user