Bug 8253. Part 1. Disable first-letter and first-line styles in select elements. r=bzbarsky

This commit is contained in:
Timothy Nikkel 2010-06-05 15:29:49 -05:00
parent 8a99cfd855
commit ce66a52a38

View File

@ -3267,7 +3267,7 @@ nsCSSFrameConstructor::InitializeSelectFrame(nsFrameConstructorState& aState,
}
ProcessChildren(aState, aContent, aStyleContext, scrolledFrame, PR_FALSE,
childItems, PR_TRUE, aPendingBinding);
childItems, PR_FALSE, aPendingBinding);
// Set the scrolled frame's initial child lists
scrolledFrame->SetInitialChildList(nsnull, childItems);