| Index: Source/core/rendering/RenderBlockLineLayout.cpp
|
| diff --git a/Source/core/rendering/RenderBlockLineLayout.cpp b/Source/core/rendering/RenderBlockLineLayout.cpp
|
| index 70b06e90a545e022f3df6c456bf9aadc57545afd..e77bdc3317ee1afd8b01a4f3f3e3b6cf5b19acfb 100644
|
| --- a/Source/core/rendering/RenderBlockLineLayout.cpp
|
| +++ b/Source/core/rendering/RenderBlockLineLayout.cpp
|
| @@ -1397,9 +1397,6 @@ void RenderBlockFlow::computeInlinePreferredLogicalWidths(LayoutUnit& minLogical
|
| continue;
|
| }
|
|
|
| - if (t->style()->hasTextCombine() && t->isCombineText())
|
| - toRenderCombineText(t)->combineText();
|
| -
|
| // Determine if we have a breakable character. Pass in
|
| // whether or not we should ignore any spaces at the front
|
| // of the string. If those are going to be stripped out,
|
|
|