Bug 508665 - part 4, Make nsCSSFrameConstructor use nsContainerFrame* for frames used as parent frames. r=roc
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
using namespace mozilla;
|
||||
using namespace mozilla::layout;
|
||||
|
||||
nsIFrame*
|
||||
nsContainerFrame*
|
||||
NS_NewFieldSetFrame(nsIPresShell* aPresShell, nsStyleContext* aContext)
|
||||
{
|
||||
return new (aPresShell) nsFieldSetFrame(aContext);
|
||||
|
||||
Reference in New Issue
Block a user