mirror of
https://github.com/roytam1/basilisk55.git
synced 2026-05-26 15:02:46 +00:00
import from UXP: [layout] Initialize PerSpanData members mBaseline and mReflowInput. (0e05cb96)
This commit is contained in:
@@ -401,8 +401,10 @@ nsLineLayout::NewPerSpanData()
|
||||
psd->mFrame = nullptr;
|
||||
psd->mFirstFrame = nullptr;
|
||||
psd->mLastFrame = nullptr;
|
||||
psd->mReflowInput = nullptr;
|
||||
psd->mContainsFloat = false;
|
||||
psd->mHasNonemptyContent = false;
|
||||
psd->mBaseline = nullptr;
|
||||
|
||||
#ifdef DEBUG
|
||||
outerLineLayout->mSpansAllocated++;
|
||||
|
||||
Reference in New Issue
Block a user