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

(transplanted from b2d0bd7761a16e652727596f58b0edc1d57610d4)
This commit is contained in:
Timothy Nikkel
2010-06-05 15:29:49 -05:00
parent 4ef418a180
commit 98f20d97c2

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);