Index: Source/core/rendering/compositing/GraphicsLayerTreeBuilder.cpp |
diff --git a/Source/core/rendering/compositing/GraphicsLayerTreeBuilder.cpp b/Source/core/rendering/compositing/GraphicsLayerTreeBuilder.cpp |
index 0f930b0dedf7e600941b19ecaf93c9f76cdc0215..9826be1185ed18813e8972be622b3a63ceac7416 100644 |
--- a/Source/core/rendering/compositing/GraphicsLayerTreeBuilder.cpp |
+++ b/Source/core/rendering/compositing/GraphicsLayerTreeBuilder.cpp |
@@ -71,7 +71,7 @@ void GraphicsLayerTreeBuilder::rebuild(RenderLayer& layer, GraphicsLayerVector& |
GraphicsLayerVector layerChildren; |
GraphicsLayerVector& childList = hasCompositedLayerMapping ? layerChildren : childLayersOfEnclosingLayer; |
-#if !ASSERT_DISABLED |
+#if ASSERT_ENABLED |
LayerListMutationDetector mutationChecker(layer.stackingNode()); |
#endif |