mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 14:28:39 +09:00
Issue #1873 - Part 3: Fix indentation
This commit is contained in:
parent
f2a9abd212
commit
fc9ac112d2
1 changed files with 3 additions and 3 deletions
|
|
@ -213,9 +213,9 @@ nsFrameManager::SetStyleContextInMap(UndisplayedMap* aMap,
|
|||
// mUndisplayedMap and mDisplayContentsMap if the bit isn't present on a node
|
||||
// that it's handling.
|
||||
|
||||
if (parent) {
|
||||
parent->SetMayHaveChildrenWithLayoutBoxesDisabled();
|
||||
}
|
||||
if (parent) {
|
||||
parent->SetMayHaveChildrenWithLayoutBoxesDisabled();
|
||||
}
|
||||
|
||||
aMap->AddNodeFor(parent, aContent, aStyleContext);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue