mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 00:32:11 +00:00
Bug 1490828 - Handle mPersist in the nsSHEntry copy constructor. r=nika
--HG-- extra : rebase_source : 11bc9b8881467bbf6a4cee9800bf1d13707856b6
This commit is contained in:
parent
29af4ed6a2
commit
2d47fcde1c
@ -64,6 +64,7 @@ nsSHEntry::nsSHEntry(const nsSHEntry& aOther)
|
||||
, mIsSrcdocEntry(aOther.mIsSrcdocEntry)
|
||||
, mScrollRestorationIsManual(false)
|
||||
, mLoadedInThisProcess(aOther.mLoadedInThisProcess)
|
||||
, mPersist(aOther.mPersist)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user