| Index: Source/core/rendering/compositing/GraphicsLayerUpdater.h
|
| diff --git a/Source/core/rendering/compositing/GraphicsLayerUpdater.h b/Source/core/rendering/compositing/GraphicsLayerUpdater.h
|
| index f4eae246783160d8070269a448b804bff7dcea4e..c60d5e20ce1cadce8f365447c7fd0b91a33c122e 100644
|
| --- a/Source/core/rendering/compositing/GraphicsLayerUpdater.h
|
| +++ b/Source/core/rendering/compositing/GraphicsLayerUpdater.h
|
| @@ -64,7 +64,7 @@ public:
|
|
|
| bool needsRebuildTree() const { return m_needsRebuildTree; }
|
|
|
| -#if !ASSERT_DISABLED
|
| +#if ASSERT_ENABLED
|
| static void assertNeedsToUpdateGraphicsLayerBitsCleared(RenderLayer&);
|
| #endif
|
|
|
|
|