Index: Source/core/svg/SVGDocumentExtensions.h |
diff --git a/Source/core/svg/SVGDocumentExtensions.h b/Source/core/svg/SVGDocumentExtensions.h |
index 76bc57e167a9e1d4a963248e97fb6219e793a505..e92df873a9243d95cb58255f93714f90efad7858 100644 |
--- a/Source/core/svg/SVGDocumentExtensions.h |
+++ b/Source/core/svg/SVGDocumentExtensions.h |
@@ -115,7 +115,7 @@ private: |
OwnPtr<SVGResourcesCache> m_resourcesCache; |
WillBeHeapHashSet<RawPtrWillBeMember<SVGSVGElement> > m_relativeLengthSVGRoots; // Root SVG elements with relative length descendants. |
FloatPoint m_translate; |
-#if !ASSERT_DISABLED |
+#if ASSERT_ENABLED |
bool m_inRelativeLengthSVGRootsInvalidation; |
#endif |