| Index: Source/core/svg/SVGFEColorMatrixElement.h
|
| diff --git a/Source/core/svg/SVGFEColorMatrixElement.h b/Source/core/svg/SVGFEColorMatrixElement.h
|
| index 198a484e7052bc64eaef36fa6c17b1bfb1283b2a..461e0213ad5e4a92d8cd9133152e7aca117841ee 100644
|
| --- a/Source/core/svg/SVGFEColorMatrixElement.h
|
| +++ b/Source/core/svg/SVGFEColorMatrixElement.h
|
| @@ -53,7 +53,7 @@ private:
|
|
|
| RefPtrWillBeMember<SVGAnimatedNumberList> m_values;
|
| RefPtrWillBeMember<SVGAnimatedString> m_in1;
|
| - RefPtrWillBeMember<SVGAnimatedEnumeration<ColorMatrixType> > m_type;
|
| + RefPtrWillBeMember<SVGAnimatedEnumeration<ColorMatrixType>> m_type;
|
| };
|
|
|
| } // namespace blink
|
|
|