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

@@ -43,7 +43,7 @@ NS_QUERYFRAME_HEAD(nsDateTimeControlFrame)
NS_QUERYFRAME_TAIL_INHERITING(nsContainerFrame)
nsDateTimeControlFrame::nsDateTimeControlFrame(nsStyleContext* aContext)
: nsContainerFrame(aContext, kClassID, LayoutFrameType::DateTimeControl)
: nsContainerFrame(aContext, kClassID)
{
}