Index: third_party/WebKit/Source/core/layout/line/LineBoxList.cpp |
diff --git a/third_party/WebKit/Source/core/layout/line/LineBoxList.cpp b/third_party/WebKit/Source/core/layout/line/LineBoxList.cpp |
index 7938afb2dd6040150e4b243f33613013fa9d8203..dd466342f564d929f504c6d60c9d0d6263f7a337 100644 |
--- a/third_party/WebKit/Source/core/layout/line/LineBoxList.cpp |
+++ b/third_party/WebKit/Source/core/layout/line/LineBoxList.cpp |
@@ -265,7 +265,7 @@ void LineBoxList::dirtyLinesFromChangedChild(LineLayoutItem container, |
// If we are attaching children dirtying lines is unnecessary as we will do a |
// full layout of the inline's contents anyway. |
if (inlineContainer && inlineContainer.node() && |
- inlineContainer.node()->needsAttach()) |
+ inlineContainer.node()->needsReattachLayoutTree()) |
return; |
InlineBox* firstBox = inlineContainer |