Index: Source/core/svg/properties/SVGAnimatedPropertyDescription.h |
diff --git a/Source/core/svg/properties/SVGAnimatedPropertyDescription.h b/Source/core/svg/properties/SVGAnimatedPropertyDescription.h |
index 477c719323278dd9f7f5a8a861601efd1b406cd7..967124701ffdbe9bd84fc969d277e597c1444756 100644 |
--- a/Source/core/svg/properties/SVGAnimatedPropertyDescription.h |
+++ b/Source/core/svg/properties/SVGAnimatedPropertyDescription.h |
@@ -62,7 +62,7 @@ struct SVGAnimatedPropertyDescription { |
} |
SVGElement* m_element; |
- AtomicStringImpl* m_attributeName; |
+ StringImpl* m_attributeName; |
}; |
struct SVGAnimatedPropertyDescriptionHash { |