| Index: third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp b/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp
|
| index b2f480091b6313e4c27a4f8b5e62a73b067037f0..5063ae67f1e8ecc9aa18f669fb220b2f224ed429 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp
|
| @@ -813,7 +813,7 @@ PaintResult PaintLayerPainter::paintChildren(
|
| if (!m_paintLayer.hasSelfPaintingLayerDescendant())
|
| return result;
|
|
|
| -#if ENABLE(ASSERT)
|
| +#if DCHECK_IS_ON()
|
| LayerListMutationDetector mutationChecker(m_paintLayer.stackingNode());
|
| #endif
|
|
|
|
|