Bug 1414666 part 2 - A few formatting improvements after mass conversion of PresContext()->PresShell() to PresShell(). r=emilio

MozReview-Commit-ID: FoEnINS0Jbk
This commit is contained in:
Mats Palmgren
2017-11-09 03:00:48 +01:00
parent 2544eb586c
commit 917be0a687
17 changed files with 60 additions and 83 deletions

View File

@@ -761,7 +761,7 @@ nsRangeFrame::AttributeChanged(int32_t aNameSpaceID,
}
} else if (aAttribute == nsGkAtoms::orient) {
PresShell()->FrameNeedsReflow(this, nsIPresShell::eResize,
NS_FRAME_IS_DIRTY);
NS_FRAME_IS_DIRTY);
}
}