diff options
-rw-r--r-- | services/sync/modules/engines/history.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/sync/modules/engines/history.js b/services/sync/modules/engines/history.js index 7c8aabf831..e7f53766fa 100644 --- a/services/sync/modules/engines/history.js +++ b/services/sync/modules/engines/history.js @@ -281,7 +281,7 @@ HistoryStore.prototype = { } if (!visit.type || !(visit.type >= PlacesUtils.history.TRANSITION_LINK && - visit.type <= PlacesUtils.history.TRANSITION_FRAMED_LINK)) { + visit.type <= PlacesUtils.history.TRANSITION_RELOAD)) { this._log.warn("Encountered record with invalid visit type: " + visit.type); throw "Invalid visit type!"; |