| Index: Source/core/svg/animation/SVGSMILElement.cpp
|
| diff --git a/Source/core/svg/animation/SVGSMILElement.cpp b/Source/core/svg/animation/SVGSMILElement.cpp
|
| index b5d1341779dd9a32e8d973a00af5d5ecd9501822..c229f9544fca5d9521fe688681fd058adececdc4 100644
|
| --- a/Source/core/svg/animation/SVGSMILElement.cpp
|
| +++ b/Source/core/svg/animation/SVGSMILElement.cpp
|
| @@ -195,7 +195,7 @@ static inline QualifiedName constructQualifiedName(const SVGElement* svgElement,
|
|
|
| String prefix;
|
| String localName;
|
| - if (!Document::parseQualifiedName(attributeName, prefix, localName, ASSERT_NO_EXCEPTION_STATE))
|
| + if (!Document::parseQualifiedName(attributeName, prefix, localName, ASSERT_NO_EXCEPTION))
|
| return anyQName();
|
|
|
| String namespaceURI = svgElement->lookupNamespaceURI(prefix);
|
|
|