summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/svg/SVGFilterElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGFilterElement.cpp')
-rw-r--r--Source/WebCore/svg/SVGFilterElement.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/svg/SVGFilterElement.cpp b/Source/WebCore/svg/SVGFilterElement.cpp
index 539d4df..a3b5e7c 100644
--- a/Source/WebCore/svg/SVGFilterElement.cpp
+++ b/Source/WebCore/svg/SVGFilterElement.cpp
@@ -214,7 +214,7 @@ void SVGFilterElement::fillAttributeToPropertyTypeMap()
attributeToPropertyTypeMap.set(SVGNames::widthAttr, AnimatedLength);
attributeToPropertyTypeMap.set(SVGNames::heightAttr, AnimatedLength);
attributeToPropertyTypeMap.set(SVGNames::filterResAttr, AnimatedNumberOptionalNumber);
- attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedEnumeration);
+ attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString);
}
void SVGFilterElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta)