| Index: third_party/WebKit/Source/core/svg/SVGAnimateElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimateElement.cpp b/third_party/WebKit/Source/core/svg/SVGAnimateElement.cpp
|
| index 10eb8e1f14c7e0cf221aed745b80ef63ee6d6e52..90170a52bbdd646ca402846e91abb5acbfa81730 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimateElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimateElement.cpp
|
| @@ -80,7 +80,7 @@ QualifiedName constructQualifiedName(const SVGElement& svgElement,
|
| AtomicString prefix;
|
| AtomicString localName;
|
| if (!Document::parseQualifiedName(attributeName, prefix, localName,
|
| - IGNORE_EXCEPTION))
|
| + IGNORE_EXCEPTION_FOR_TESTING))
|
| return anyQName();
|
|
|
| const AtomicString& namespaceURI = svgElement.lookupNamespaceURI(prefix);
|
|
|