mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-24 05:13:07 +09:00
Remove unnecessary calls to ReparentFloatsForInlineChild in
nsInlineFrame.
This commit is contained in:
parent
d8c66d5b56
commit
2f3a6a58b4
3 changed files with 10 additions and 45 deletions
|
|
@ -716,6 +716,8 @@ FloatMarginISize(const ReflowInput& aCBReflowInput,
|
|||
bool
|
||||
BlockReflowInput::FlowAndPlaceFloat(nsIFrame* aFloat)
|
||||
{
|
||||
MOZ_ASSERT(aFloat->GetParent() == mBlock);
|
||||
|
||||
WritingMode wm = mReflowInput.GetWritingMode();
|
||||
// Save away the Y coordinate before placing the float. We will
|
||||
// restore mBCoord at the end after placing the float. This is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue