зеркало из https://github.com/mozilla/gecko-dev.git
Bug #34672 --> be sure to append the glyph html to the output string.
r=ben bucksch
This commit is contained in:
Родитель
cf5ee3ef0f
Коммит
099dff54e6
|
@ -715,7 +715,8 @@ mozTXTToHTMLConv::GlyphHit(const PRUnichar * aInString, PRInt32 aInLength, PRBoo
|
|||
)
|
||||
)
|
||||
{
|
||||
MOZ_TIMER_STOP(mGlyphHitTimer);
|
||||
aOutputString.Append(outputHTML);
|
||||
MOZ_TIMER_STOP(mGlyphHitTimer);
|
||||
return PR_TRUE;
|
||||
}
|
||||
if (text0 == '+' || text1 == '+')
|
||||
|
|
Загрузка…
Ссылка в новой задаче