Index: third_party/WebKit/Source/core/paint/SVGPaintContext.cpp |
diff --git a/third_party/WebKit/Source/core/paint/SVGPaintContext.cpp b/third_party/WebKit/Source/core/paint/SVGPaintContext.cpp |
index 9e9dc8aed01a99f54bee45973424e64e5fa35f6a..1f2dc1664ef60438b577c8194d1332cac48f48d7 100644 |
--- a/third_party/WebKit/Source/core/paint/SVGPaintContext.cpp |
+++ b/third_party/WebKit/Source/core/paint/SVGPaintContext.cpp |
@@ -57,7 +57,7 @@ SVGPaintContext::~SVGPaintContext() { |
} |
bool SVGPaintContext::applyClipMaskAndFilterIfNecessary() { |
-#if ENABLE(ASSERT) |
+#if DCHECK_IS_ON() |
DCHECK(!m_applyClipMaskAndFilterIfNecessaryCalled); |
m_applyClipMaskAndFilterIfNecessaryCalled = true; |
#endif |