Index: Source/core/svg/SVGFEMorphologyElement.h |
diff --git a/Source/core/svg/SVGFEMorphologyElement.h b/Source/core/svg/SVGFEMorphologyElement.h |
index 14581d8044cdfacdac731001cc1cb07982369067..48705b7f4ec0323a090f8c944e8f89d1f60ad35b 100644 |
--- a/Source/core/svg/SVGFEMorphologyElement.h |
+++ b/Source/core/svg/SVGFEMorphologyElement.h |
@@ -53,7 +53,7 @@ private: |
RefPtrWillBeMember<SVGAnimatedNumberOptionalNumber> m_radius; |
RefPtrWillBeMember<SVGAnimatedString> m_in1; |
- RefPtrWillBeMember<SVGAnimatedEnumeration<MorphologyOperatorType> > m_svgOperator; |
+ RefPtrWillBeMember<SVGAnimatedEnumeration<MorphologyOperatorType>> m_svgOperator; |
}; |
} // namespace blink |