| 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 90857d56d57eb13db28a44667911c663c797f6ed..d7a76f6abdf62952159ab1021c7ea54c6b4d4d99 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| @@ -1841,6 +1841,7 @@ StyleDifference LayoutObject::adjustStyleDifference(StyleDifference diff) const
|
|
|
| // If we have no layer(), just treat a PaintInvalidationLayer hint as a normal paint invalidation.
|
| if (diff.needsPaintInvalidationLayer() && !hasLayer()) {
|
| + ASSERT_NOT_REACHED();
|
| diff.clearNeedsPaintInvalidation();
|
| diff.setNeedsPaintInvalidationObject();
|
| }
|
|
|