| Index: Source/core/svg/properties/SVGAnimatedPropertyDescription.h
|
| diff --git a/Source/core/svg/properties/SVGAnimatedPropertyDescription.h b/Source/core/svg/properties/SVGAnimatedPropertyDescription.h
|
| index 025f89a6e7f002ecb46abc3cab875e2bbdeb01ed..c149a9bfb496b127e6b3017da22ab36446077efc 100644
|
| --- a/Source/core/svg/properties/SVGAnimatedPropertyDescription.h
|
| +++ b/Source/core/svg/properties/SVGAnimatedPropertyDescription.h
|
| @@ -63,7 +63,7 @@ struct SVGAnimatedPropertyDescription {
|
| }
|
|
|
| SVGElement* m_element;
|
| - AtomicStringImpl* m_attributeName;
|
| + StringImpl* m_attributeName;
|
| };
|
|
|
| struct SVGAnimatedPropertyDescriptionHash {
|
|
|