Bug 1490828 - Handle mPersist in the nsSHEntry copy constructor. r=nika

--HG--
extra : rebase_source : 11bc9b8881467bbf6a4cee9800bf1d13707856b6
This commit is contained in:
Nicholas Nethercote 2018-09-14 11:09:19 +10:00
parent 29af4ed6a2
commit 2d47fcde1c

View File

@ -64,6 +64,7 @@ nsSHEntry::nsSHEntry(const nsSHEntry& aOther)
, mIsSrcdocEntry(aOther.mIsSrcdocEntry)
, mScrollRestorationIsManual(false)
, mLoadedInThisProcess(aOther.mLoadedInThisProcess)
, mPersist(aOther.mPersist)
{
}