Index: Source/core/svg/SVGFETurbulenceElement.h |
diff --git a/Source/core/svg/SVGFETurbulenceElement.h b/Source/core/svg/SVGFETurbulenceElement.h |
index 289a6be4b93127f77aa74b03986d6bb42f875891..778a0c0f43bc80aef58f00ce6a209b4411e6eae8 100644 |
--- a/Source/core/svg/SVGFETurbulenceElement.h |
+++ b/Source/core/svg/SVGFETurbulenceElement.h |
@@ -65,8 +65,8 @@ private: |
RefPtrWillBeMember<SVGAnimatedNumberOptionalNumber> m_baseFrequency; |
RefPtrWillBeMember<SVGAnimatedNumber> m_seed; |
- RefPtrWillBeMember<SVGAnimatedEnumeration<SVGStitchOptions> > m_stitchTiles; |
- RefPtrWillBeMember<SVGAnimatedEnumeration<TurbulenceType> > m_type; |
+ RefPtrWillBeMember<SVGAnimatedEnumeration<SVGStitchOptions>> m_stitchTiles; |
+ RefPtrWillBeMember<SVGAnimatedEnumeration<TurbulenceType>> m_type; |
RefPtrWillBeMember<SVGAnimatedInteger> m_numOctaves; |
}; |