| Index: Source/core/rendering/compositing/GraphicsLayerUpdater.cpp
|
| diff --git a/Source/core/rendering/compositing/GraphicsLayerUpdater.cpp b/Source/core/rendering/compositing/GraphicsLayerUpdater.cpp
|
| index 6544092b54dfb3855959b65d6a1633f3f340e105..f6455a25225eea8c0098d1cf08a2e5d298e92c86 100644
|
| --- a/Source/core/rendering/compositing/GraphicsLayerUpdater.cpp
|
| +++ b/Source/core/rendering/compositing/GraphicsLayerUpdater.cpp
|
| @@ -101,7 +101,7 @@ void GraphicsLayerUpdater::update(RenderLayer& layer, UpdateType updateType, con
|
| update(*child, updateType, childContext);
|
| }
|
|
|
| -#if !ASSERT_DISABLED
|
| +#if ASSERT_ENABLED
|
|
|
| void GraphicsLayerUpdater::assertNeedsToUpdateGraphicsLayerBitsCleared(RenderLayer& layer)
|
| {
|
|
|