| Index: third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| diff --git a/third_party/WebKit/Source/core/layout/PaintInvalidationState.h b/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| index c887b12491f48dc9a30370726236b82c799efe1d..46b3be9e1fdd3019d3d520ec18988e93dd463b53 100644
|
| --- a/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| +++ b/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| @@ -170,11 +170,11 @@ class CORE_EXPORT PaintInvalidationState {
|
|
|
| PaintLayer& m_paintingLayer;
|
|
|
| -#if ENABLE(ASSERT)
|
| - bool m_didUpdateForChildren;
|
| +#if DCHECK_IS_ON()
|
| + bool m_didUpdateForChildren = false;
|
| #endif
|
|
|
| -#if ENABLE(ASSERT) && !defined(NDEBUG)
|
| +#if DCHECK_IS_ON() && !defined(NDEBUG)
|
| // #define CHECK_FAST_PATH_SLOW_PATH_EQUALITY
|
| #endif
|
|
|
|
|