| Index: Source/core/svg/properties/SVGAnimatedProperty.h
|
| diff --git a/Source/core/svg/properties/SVGAnimatedProperty.h b/Source/core/svg/properties/SVGAnimatedProperty.h
|
| index 3e8913b9cb4e5a47e00edb03773cc6337ad2d6a8..e9461706af81744c1a0a54e6c7712363d1586265 100644
|
| --- a/Source/core/svg/properties/SVGAnimatedProperty.h
|
| +++ b/Source/core/svg/properties/SVGAnimatedProperty.h
|
| @@ -208,7 +208,7 @@ public:
|
| this->baseValue()->setValue(value);
|
| m_baseValueUpdated = true;
|
|
|
| - ASSERT(this->attributeName() != nullQName());
|
| + ASSERT(this->attributeName() != QualifiedName::null());
|
| this->contextElement()->invalidateSVGAttributes();
|
| this->contextElement()->svgAttributeChanged(this->attributeName());
|
| }
|
|
|