| Index: Source/WebCore/rendering/RenderCombineText.cpp
|
| ===================================================================
|
| --- Source/WebCore/rendering/RenderCombineText.cpp (revision 131772)
|
| +++ Source/WebCore/rendering/RenderCombineText.cpp (working copy)
|
| @@ -41,8 +41,10 @@
|
| setStyleInternal(RenderStyle::clone(style()));
|
| RenderText::styleDidChange(diff, oldStyle);
|
|
|
| - if (m_isCombined)
|
| + if (m_isCombined) {
|
| RenderText::setTextInternal(originalText()); // This RenderCombineText has been combined once. Restore the original text for the next combineText().
|
| + m_isCombined = false;
|
| + }
|
|
|
| m_needsFontUpdate = true;
|
| }
|
|
|