Bug 1364805 part 4 - Remove the now unused LayoutFrameType values from the ctors. r=jfkthame
MozReview-Commit-ID: 1RSDoc3pQXf
This commit is contained in:
@@ -50,7 +50,7 @@ NS_QUERYFRAME_HEAD(nsNumberControlFrame)
|
||||
NS_QUERYFRAME_TAIL_INHERITING(nsContainerFrame)
|
||||
|
||||
nsNumberControlFrame::nsNumberControlFrame(nsStyleContext* aContext)
|
||||
: nsContainerFrame(aContext, kClassID, LayoutFrameType::NumberControl)
|
||||
: nsContainerFrame(aContext, kClassID)
|
||||
, mHandlingInputEvent(false)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user