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

@@ -27,9 +27,8 @@ NS_NewHTMLButtonControlFrame(nsIPresShell* aPresShell, nsStyleContext* aContext)
NS_IMPL_FRAMEARENA_HELPERS(nsHTMLButtonControlFrame)
nsHTMLButtonControlFrame::nsHTMLButtonControlFrame(nsStyleContext* aContext,
nsIFrame::ClassID aID,
LayoutFrameType aType)
: nsContainerFrame(aContext, aID, aType)
nsIFrame::ClassID aID)
: nsContainerFrame(aContext, aID)
{
}