| Index: sky/engine/core/rendering/RenderBlockLineLayout.cpp
|
| diff --git a/sky/engine/core/rendering/RenderBlockLineLayout.cpp b/sky/engine/core/rendering/RenderBlockLineLayout.cpp
|
| index a7195e7ea2a3c984c464f216386b3e3c8df84fb4..9a93741102305552276953cc8a75aba53cb3315c 100644
|
| --- a/sky/engine/core/rendering/RenderBlockLineLayout.cpp
|
| +++ b/sky/engine/core/rendering/RenderBlockLineLayout.cpp
|
| @@ -1133,9 +1133,6 @@ void RenderBlockFlow::computeInlinePreferredLogicalWidths(LayoutUnit& minLogical
|
| // Case (3). Text.
|
| RenderText* t = toRenderText(child);
|
|
|
| - 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,
|
|
|