Index: Source/core/svg/properties/SVGPropertyTearOff.cpp |
diff --git a/Source/core/svg/properties/SVGPropertyTearOff.cpp b/Source/core/svg/properties/SVGPropertyTearOff.cpp |
index d7b97931d6b2e2f9e8b4b014bb9cbbbb827577c4..fd8189d55ddfd93486e68a43806cdc30f7afd42a 100644 |
--- a/Source/core/svg/properties/SVGPropertyTearOff.cpp |
+++ b/Source/core/svg/properties/SVGPropertyTearOff.cpp |
@@ -40,7 +40,7 @@ void SVGPropertyTearOffBase::commitChange() |
ASSERT(!isImmutable()); |
if (!contextElement() || isAnimVal()) |
return; |
- ASSERT(m_attributeName != nullQName()); |
+ ASSERT(m_attributeName != QualifiedName::null()); |
contextElement()->invalidateSVGAttributes(); |
contextElement()->svgAttributeChanged(m_attributeName); |
} |