mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
Teach Sync history engine about TRANSITION_RELOAD visit type.
This commit is contained in:
parent
2a67c7a011
commit
78b5433dcd
1 changed files with 1 additions and 1 deletions
|
|
@ -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!";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue