| Index: Source/WebCore/rendering/RenderBlockLineLayout.cpp
|
| ===================================================================
|
| --- Source/WebCore/rendering/RenderBlockLineLayout.cpp (revision 92736)
|
| +++ Source/WebCore/rendering/RenderBlockLineLayout.cpp (working copy)
|
| @@ -1208,7 +1208,7 @@
|
| }
|
| } else if (o->isText() || (o->isRenderInline() && !walker.atEndOfInline())) {
|
| if (!o->isText())
|
| - toRenderInline(o)->updateAlwaysCreateLineBoxes();
|
| + toRenderInline(o)->updateAlwaysCreateLineBoxes(layoutState.isFullLayout());
|
| if (layoutState.isFullLayout() || o->selfNeedsLayout())
|
| dirtyLineBoxesForRenderer(o, layoutState.isFullLayout());
|
| o->setNeedsLayout(false);
|
|
|