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