Bug 1364805 part 4 - Remove the now unused LayoutFrameType values from the ctors. r=jfkthame

MozReview-Commit-ID: 1RSDoc3pQXf
This commit is contained in:
Mats Palmgren
2017-05-26 12:11:11 +02:00
parent fc6be39c2d
commit 6a8fbc8c30
108 changed files with 171 additions and 223 deletions

View File

@@ -32,7 +32,7 @@ NS_NewFieldSetFrame(nsIPresShell* aPresShell, nsStyleContext* aContext)
NS_IMPL_FRAMEARENA_HELPERS(nsFieldSetFrame)
nsFieldSetFrame::nsFieldSetFrame(nsStyleContext* aContext)
: nsContainerFrame(aContext, kClassID, LayoutFrameType::FieldSet)
: nsContainerFrame(aContext, kClassID)
, mLegendRect(GetWritingMode())
{
mLegendSpace = 0;