mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 20:33:10 +09:00
Issue #2112 - Part 6: Remove IsStyledByServo function and callers
This commit is contained in:
parent
a93a7bed47
commit
10bf8705d0
13 changed files with 16 additions and 181 deletions
|
|
@ -281,7 +281,7 @@ nsHTMLFramesetFrame::Init(nsIContent* aContent,
|
|||
for (uint32_t i = childX; i < numChildren; i++) {
|
||||
nsIContent *child = mContent->GetChildAt(i);
|
||||
child->UnsetFlags(NODE_DESCENDANTS_NEED_FRAMES | NODE_NEEDS_FRAME);
|
||||
child->UnsetRestyleFlagsIfGecko();
|
||||
child->UnsetRestyleFlags();
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
@ -289,7 +289,7 @@ nsHTMLFramesetFrame::Init(nsIContent* aContent,
|
|||
child->UnsetFlags(NODE_DESCENDANTS_NEED_FRAMES | NODE_NEEDS_FRAME);
|
||||
// Also clear the restyle flags in the child like
|
||||
// nsCSSFrameConstructor::ProcessChildren does.
|
||||
child->UnsetRestyleFlagsIfGecko();
|
||||
child->UnsetRestyleFlags();
|
||||
|
||||
// IMPORTANT: This must match the conditions in
|
||||
// nsCSSFrameConstructor::ContentAppended/Inserted/Removed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue