Index: Source/core/svg/SVGDocumentExtensions.h |
diff --git a/Source/core/svg/SVGDocumentExtensions.h b/Source/core/svg/SVGDocumentExtensions.h |
index 9e6c2fd6a80f8f51148adbb5f0e3a3b82e3b7dde..9d39512a40c5e5b7bf6fcc18f5dd073e8586a336 100644 |
--- a/Source/core/svg/SVGDocumentExtensions.h |
+++ b/Source/core/svg/SVGDocumentExtensions.h |
@@ -104,7 +104,7 @@ private: |
OwnPtr<SVGResourcesCache> m_resourcesCache; |
WillBeHeapHashSet<RawPtrWillBeMember<SVGSVGElement> > m_relativeLengthSVGRoots; // Root SVG elements with relative length descendants. |
FloatPoint m_translate; |
-#if ASSERT_ENABLED |
+#if ENABLE(ASSERT) |
bool m_inRelativeLengthSVGRootsInvalidation; |
#endif |