diff --git a/services/sync/modules/engines/history.js b/services/sync/modules/engines/history.js index 99899ab1a56c..56b73c7e044c 100644 --- a/services/sync/modules/engines/history.js +++ b/services/sync/modules/engines/history.js @@ -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();