| Index: Source/core/svg/SVGTextContentElement.h
|
| diff --git a/Source/core/svg/SVGTextContentElement.h b/Source/core/svg/SVGTextContentElement.h
|
| index 9edd375e58f6c8d112558c7bf059c4371e3ecff2..9517aaad35156f3da9735527aa4b5cff4b375871 100644
|
| --- a/Source/core/svg/SVGTextContentElement.h
|
| +++ b/Source/core/svg/SVGTextContentElement.h
|
| @@ -83,7 +83,7 @@ private:
|
|
|
| RefPtrWillBeMember<SVGAnimatedLength> m_textLength;
|
| bool m_textLengthIsSpecifiedByUser;
|
| - RefPtrWillBeMember<SVGAnimatedEnumeration<SVGLengthAdjustType> > m_lengthAdjust;
|
| + RefPtrWillBeMember<SVGAnimatedEnumeration<SVGLengthAdjustType>> m_lengthAdjust;
|
| };
|
|
|
| inline bool isSVGTextContentElement(const SVGElement& element)
|
|
|