Bug 508665 - part 4, Make nsCSSFrameConstructor use nsContainerFrame* for frames used as parent frames. r=roc

This commit is contained in:
Mats Palmgren
2014-05-24 22:20:40 +00:00
parent 93a6cff703
commit a26b4d368e
53 changed files with 635 additions and 585 deletions

View File

@@ -19,7 +19,7 @@
using namespace mozilla;
nsIFrame*
nsContainerFrame*
NS_NewHTMLButtonControlFrame(nsIPresShell* aPresShell, nsStyleContext* aContext)
{
return new (aPresShell) nsHTMLButtonControlFrame(aContext);