Index: Source/core/svg/SVGAnimatedEnumerationBase.cpp |
diff --git a/Source/core/svg/SVGAnimatedEnumerationBase.cpp b/Source/core/svg/SVGAnimatedEnumerationBase.cpp |
index 8c42b4c66b8839eb5f76b458dcb535384639b585..d9ed0460e3d9e540990aac129b74776c0c814003 100644 |
--- a/Source/core/svg/SVGAnimatedEnumerationBase.cpp |
+++ b/Source/core/svg/SVGAnimatedEnumerationBase.cpp |
@@ -55,7 +55,7 @@ void SVGAnimatedEnumerationBase::setBaseVal(unsigned short value, ExceptionState |
m_baseValueUpdated = true; |
- ASSERT(this->attributeName() != nullQName()); |
+ ASSERT(this->attributeName() != QualifiedName::null()); |
contextElement()->invalidateSVGAttributes(); |
contextElement()->svgAttributeChanged(this->attributeName()); |
} |