| Index: third_party/WebKit/Source/core/layout/LayoutObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| index c4bc1dcd7bdf96640eb76f6ad202c34f5e0d966b..b58b6d087e55593411b0c28feb519e1ccb57ab7e 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -322,7 +322,7 @@ class CORE_EXPORT LayoutObject : public ImageResourceObserver,
|
| }
|
|
|
| void assertClearedPaintInvalidationFlags() const {
|
| -#ifndef NDEBUG
|
| +#if DCHECK_IS_ON()
|
| if (paintInvalidationStateIsDirty()) {
|
| showLayoutTreeForThis();
|
| ASSERT_NOT_REACHED();
|
|
|