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

@@ -23,7 +23,7 @@
using namespace mozilla;
using namespace mozilla::layout;
nsIFrame*
nsContainerFrame*
NS_NewFieldSetFrame(nsIPresShell* aPresShell, nsStyleContext* aContext)
{
return new (aPresShell) nsFieldSetFrame(aContext);