| Index: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| index 5fdb0e3fb2e141fbe93aec374116e5286beea2cf..dd910699fcfea95e3631ce533107d047b5db2c82 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| @@ -592,7 +592,7 @@ class CORE_EXPORT PaintLayerScrollableArea final
|
| // MainThreadScrollingReason due to the properties of the LayoutObject
|
| uint32_t m_reasons;
|
|
|
| -#if ENABLE(ASSERT)
|
| +#if DCHECK_IS_ON()
|
| bool m_hasBeenDisposed;
|
| #endif
|
| };
|
|
|