Temporary fix to get rid of the green text
git-svn-id: svn://10.0.0.236/trunk@14154 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1658,11 +1658,15 @@ nsBlockFrame::Init(nsIPresContext& aPresContext, nsIFrame* aChildList)
|
||||
mFirstLineStyle = aPresContext.
|
||||
ProbePseudoStyleContextFor(mContent, nsHTMLAtoms::firstLinePseudo,
|
||||
mStyleContext);
|
||||
#if 0
|
||||
mFirstLetterStyle = aPresContext.
|
||||
ProbePseudoStyleContextFor(mContent, nsHTMLAtoms::firstLetterPseudo,
|
||||
(nsnull != mFirstLineStyle
|
||||
? mFirstLineStyle
|
||||
: mStyleContext));
|
||||
#else
|
||||
mFirstLetterStyle = nsnull;
|
||||
#endif
|
||||
}
|
||||
|
||||
return NS_OK;
|
||||
|
||||
Reference in New Issue
Block a user