mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
Fix some debug assertions.
refactored code porting in assertions causing debug build failures.
This commit is contained in:
parent
b06fd11d6f
commit
1868e88741
7 changed files with 7 additions and 9 deletions
|
|
@ -148,7 +148,7 @@ nsPageFrame::Reflow(nsPresContext* aPresContext,
|
|||
FinishReflowChild(frame, aPresContext, aDesiredSize, &kidReflowInput, xc,
|
||||
yc, ReflowChildFlags::Default);
|
||||
|
||||
NS_ASSERTION(!aStatus.IsFullyComplete() || !frame->GetNextInFlow(),
|
||||
NS_ASSERTION(!NS_FRAME_IS_FULLY_COMPLETE(aStatus) || !frame->GetNextInFlow(),
|
||||
"bad child flow list");
|
||||
}
|
||||
PR_PL(("PageFrame::Reflow %p ", this));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue