Don't use the same pseudo-element name to mean two different things. Bug377824, r+sr=dbaron

This commit is contained in:
2007-04-20 14:27:02 -07:00
parent 5894c9f55c
commit ac32bc3497
3 changed files with 11 additions and 1 deletions

View File

@@ -6783,7 +6783,7 @@ nsCSSFrameConstructor::ConstructMathMLFrame(nsFrameConstructorState& aState,
nsRefPtr<nsStyleContext> blockContext;
blockContext = styleSet->ResolvePseudoStyleFor(aContent,
nsCSSAnonBoxes::mozAnonymousBlock,
nsCSSAnonBoxes::mozMathMLAnonymousBlock,
mrowContext);
// then, create a block frame that will wrap the table frame