| Index: Source/core/svg/SVGFEBlendElement.h
|
| diff --git a/Source/core/svg/SVGFEBlendElement.h b/Source/core/svg/SVGFEBlendElement.h
|
| index 2198a56139e6d97eb1420a3b3c00a082c84057d1..2cc3bed38e5d1a33c0df3dc3e7593625d2d91ed5 100644
|
| --- a/Source/core/svg/SVGFEBlendElement.h
|
| +++ b/Source/core/svg/SVGFEBlendElement.h
|
| @@ -71,7 +71,7 @@ private:
|
|
|
| RefPtrWillBeMember<SVGAnimatedString> m_in1;
|
| RefPtrWillBeMember<SVGAnimatedString> m_in2;
|
| - RefPtrWillBeMember<SVGAnimatedEnumeration<Mode> > m_mode;
|
| + RefPtrWillBeMember<SVGAnimatedEnumeration<Mode>> m_mode;
|
| };
|
|
|
| template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGFEBlendElement::Mode>();
|
|
|