| Index: Source/core/layout/LayoutObject.cpp
|
| diff --git a/Source/core/layout/LayoutObject.cpp b/Source/core/layout/LayoutObject.cpp
|
| index f61a00a44deeff355d11112590367c818bebc05b..903a008e8a755f97b73a4233fc3474d50f0f493f 100644
|
| --- a/Source/core/layout/LayoutObject.cpp
|
| +++ b/Source/core/layout/LayoutObject.cpp
|
| @@ -2486,7 +2486,7 @@ void LayoutObject::insertedIntoTree()
|
| layer->dirtyVisibleContentStatus();
|
| }
|
|
|
| - if (!isFloating() && parent()->childrenInline())
|
| + if (parent()->childrenInline())
|
| parent()->dirtyLinesFromChangedChild(this);
|
|
|
| if (LayoutFlowThread* flowThread = flowThreadContainingBlock())
|
|
|