| Index: third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.cpp b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| index 70693ab1bb91a858754eb9e84fa5efa1e13bac08..32f2a0186f45b697ba93a16cde331d9306e92731 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| @@ -1308,6 +1308,7 @@ bool LayoutObject::mapToVisualRectInAncestorSpace(
|
| // is LayoutText), the rect is assumed to be in the parent's coordinate space,
|
| // except for container flip.
|
|
|
| + DCHECK(!needsLayout());
|
| if (ancestor == this)
|
| return true;
|
|
|
|
|