| Index: trunk/Source/core/layout/LayoutQuote.cpp
|
| ===================================================================
|
| --- trunk/Source/core/layout/LayoutQuote.cpp (revision 190671)
|
| +++ trunk/Source/core/layout/LayoutQuote.cpp (working copy)
|
| @@ -265,11 +265,11 @@
|
|
|
| RenderTextFragment* fragment = findFragmentChild();
|
| if (fragment) {
|
| - fragment->setStyle(mutableStyle());
|
| + fragment->setStyle(style());
|
| fragment->setContentString(m_text.impl());
|
| } else {
|
| fragment = new RenderTextFragment(&document(), m_text.impl());
|
| - fragment->setStyle(mutableStyle());
|
| + fragment->setStyle(style());
|
| addChild(fragment);
|
| }
|
| }
|
|
|