Bug 1244049 - Part 1: Define scoped enum for CSSPseudoElement type. r=dbaron
This commit is contained in:
@@ -99,7 +99,7 @@ nsMathMLFrame::ResolveMathMLCharStyle(nsPresContext* aPresContext,
|
||||
nsMathMLChar* aMathMLChar)
|
||||
{
|
||||
nsCSSPseudoElements::Type pseudoType =
|
||||
nsCSSPseudoElements::ePseudo_mozMathAnonymous; // savings
|
||||
CSSPseudoElementType::mozMathAnonymous; // savings
|
||||
RefPtr<nsStyleContext> newStyleContext;
|
||||
newStyleContext = aPresContext->StyleSet()->
|
||||
ResolvePseudoElementStyle(aContent->AsElement(), pseudoType,
|
||||
|
||||
Reference in New Issue
Block a user