| Index: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| index 91d053249be82c4e94b058a86550b3398d38dcdf..7f3fb6de837bbca78c9dcf9ae4623cfa74f4330c 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| @@ -2796,7 +2796,7 @@ void CompositedLayerMapping::doPaintTask(
|
| roundedIntSize(paintInfo.paintLayer->subpixelAccumulation()));
|
| }
|
|
|
| -#if ENABLE(ASSERT)
|
| +#if DCHECK_IS_ON()
|
| if (!layoutObject()->view()->frame() ||
|
| !layoutObject()->view()->frame()->shouldThrottleRendering())
|
| paintInfo.paintLayer->layoutObject()->assertSubtreeIsLaidOut();
|
|
|