Index: Source/core/svg/properties/SVGAnimatedProperty.cpp |
diff --git a/Source/core/svg/properties/SVGAnimatedProperty.cpp b/Source/core/svg/properties/SVGAnimatedProperty.cpp |
index 4dc0420d5ed3be45d1ea22841b022f323c104122..cd167dae192f692543fcab0f33e101935e1359c9 100644 |
--- a/Source/core/svg/properties/SVGAnimatedProperty.cpp |
+++ b/Source/core/svg/properties/SVGAnimatedProperty.cpp |
@@ -42,7 +42,7 @@ SVGAnimatedPropertyBase::SVGAnimatedPropertyBase(AnimatedPropertyType type, SVGE |
, m_attributeName(attributeName) |
{ |
ASSERT(m_contextElement); |
- ASSERT(m_attributeName != nullQName()); |
+ ASSERT(m_attributeName != QualifiedName::null()); |
// FIXME: setContextElement should be delayed until V8 wrapper is created. |
// FIXME: oilpan: or we can remove this backref ptr hack in oilpan. |
m_contextElement->setContextElement(); |