From 855ac3bf2e3f19d8c1d541c3b327986982717d5f Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Thu, 14 Sep 2006 00:51:16 +0000 Subject: [PATCH] Allow generated content (:before/:after) for fieldsets. Bug 339289, r+sr=dbaron --- layout/base/nsCSSFrameConstructor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/base/nsCSSFrameConstructor.cpp b/layout/base/nsCSSFrameConstructor.cpp index f266f1166292..a2d8e047811e 100644 --- a/layout/base/nsCSSFrameConstructor.cpp +++ b/layout/base/nsCSSFrameConstructor.cpp @@ -5473,7 +5473,7 @@ nsCSSFrameConstructor::ConstructFieldSetFrame(nsFrameConstructorState& aState, aState.PushAbsoluteContainingBlock(areaFrame, absoluteSaveState); } - ProcessChildren(aState, aContent, areaFrame, PR_FALSE, + ProcessChildren(aState, aContent, areaFrame, PR_TRUE, childItems, PR_TRUE); static NS_DEFINE_IID(kLegendFrameCID, NS_LEGEND_FRAME_CID);