| Index: Source/core/rendering/RenderBlockLineLayout.cpp
|
| diff --git a/Source/core/rendering/RenderBlockLineLayout.cpp b/Source/core/rendering/RenderBlockLineLayout.cpp
|
| index 1acdf488001daf8ff8675a3091f0bc3d78116b22..122f09ea3548110074599f5e8b2b4553264b87b7 100644
|
| --- a/Source/core/rendering/RenderBlockLineLayout.cpp
|
| +++ b/Source/core/rendering/RenderBlockLineLayout.cpp
|
| @@ -1397,6 +1397,9 @@
|
| 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,
|
|
|