Index: Source/core/rendering/RenderView.h |
diff --git a/Source/core/rendering/RenderView.h b/Source/core/rendering/RenderView.h |
index 3d85893671e00a61e1d11c9c5a52c62a69e0dd68..9440bf64273c271b964217b696302d8510ca8554 100644 |
--- a/Source/core/rendering/RenderView.h |
+++ b/Source/core/rendering/RenderView.h |
@@ -113,7 +113,7 @@ public: |
m_layoutState->addLayoutDelta(delta); |
} |
-#if !ASSERT_DISABLED |
+#if ASSERT_ENABLED |
bool layoutDeltaMatches(const LayoutSize& delta) |
{ |
ASSERT(!RuntimeEnabledFeatures::repaintAfterLayoutEnabled()); |