Index: Source/core/svg/SVGFEDisplacementMapElement.h |
diff --git a/Source/core/svg/SVGFEDisplacementMapElement.h b/Source/core/svg/SVGFEDisplacementMapElement.h |
index bae53ec9de010ddb060c4b2cb3c171db88458fe7..5f099bbe338652dab1ed97e1fbb251f747a68ab2 100644 |
--- a/Source/core/svg/SVGFEDisplacementMapElement.h |
+++ b/Source/core/svg/SVGFEDisplacementMapElement.h |
@@ -57,8 +57,8 @@ private: |
RefPtrWillBeMember<SVGAnimatedNumber> m_scale; |
RefPtrWillBeMember<SVGAnimatedString> m_in1; |
RefPtrWillBeMember<SVGAnimatedString> m_in2; |
- RefPtrWillBeMember<SVGAnimatedEnumeration<ChannelSelectorType> > m_xChannelSelector; |
- RefPtrWillBeMember<SVGAnimatedEnumeration<ChannelSelectorType> > m_yChannelSelector; |
+ RefPtrWillBeMember<SVGAnimatedEnumeration<ChannelSelectorType>> m_xChannelSelector; |
+ RefPtrWillBeMember<SVGAnimatedEnumeration<ChannelSelectorType>> m_yChannelSelector; |
}; |
} // namespace blink |