Index: third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp |
index 6a795f67e699618fb651b9d3d7be0be9f15969f6..fa625f38a88d826c2f6796784d0421a6fbde0ea8 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp |
@@ -462,7 +462,7 @@ void LayoutBoxModelObject::addOutlineRectsForNormalChildren(Vector<LayoutRect>& |
// Outline of an element continuation or anonymous block continuation is added when we iterate the continuation chain. |
// See LayoutBlock::addOutlineRects() and LayoutInline::addOutlineRects(). |
if (child->isElementContinuation() |
- || (child->isLayoutBlock() && toLayoutBlock(child)->isAnonymousBlockContinuation())) |
+ || (child->isLayoutBlockFlow() && toLayoutBlockFlow(child)->isAnonymousBlockContinuation())) |
continue; |
addOutlineRectsForDescendant(*child, rects, additionalOffset, includeBlockOverflows); |