| Index: trunk/Source/core/rendering/InlineTextBox.cpp
|
| ===================================================================
|
| --- trunk/Source/core/rendering/InlineTextBox.cpp (revision 165706)
|
| +++ trunk/Source/core/rendering/InlineTextBox.cpp (working copy)
|
| @@ -1522,7 +1522,6 @@
|
| TextRun run(string, textPos(), expansion(), expansionBehavior(), direction(), dirOverride() || style->rtlOrdering() == VisualOrder, !textRenderer->canUseSimpleFontCodePath());
|
| run.setTabSize(!style->collapseWhiteSpace(), style->tabSize());
|
| run.setCharacterScanForCodePath(!textRenderer->canUseSimpleFontCodePath());
|
| - run.setDistributeJustification(style->textJustify() == TextJustifyDistribute);
|
| if (textRunNeedsRenderingContext(font))
|
| run.setRenderingContext(SVGTextRunRenderingContext::create(textRenderer));
|
|
|
|
|