Index: Source/core/svg/SVGFECompositeElement.h |
diff --git a/Source/core/svg/SVGFECompositeElement.h b/Source/core/svg/SVGFECompositeElement.h |
index 26b6edaa1c396b94b06e20ddba27432c56aabb76..c38c8b8f3f7800abeb3fd387eeaec096665045f4 100644 |
--- a/Source/core/svg/SVGFECompositeElement.h |
+++ b/Source/core/svg/SVGFECompositeElement.h |
@@ -61,7 +61,7 @@ private: |
RefPtrWillBeMember<SVGAnimatedNumber> m_k4; |
RefPtrWillBeMember<SVGAnimatedString> m_in1; |
RefPtrWillBeMember<SVGAnimatedString> m_in2; |
- RefPtrWillBeMember<SVGAnimatedEnumeration<CompositeOperationType> > m_svgOperator; |
+ RefPtrWillBeMember<SVGAnimatedEnumeration<CompositeOperationType>> m_svgOperator; |
}; |
} // namespace blink |