Index: Source/core/svg/SVGTextPathElement.h |
diff --git a/Source/core/svg/SVGTextPathElement.h b/Source/core/svg/SVGTextPathElement.h |
index 62dd8912d542b7b71716d56866959c2c01e709bc..a7b44ad42a17bfd3104ea0e34570158eac78fa09 100644 |
--- a/Source/core/svg/SVGTextPathElement.h |
+++ b/Source/core/svg/SVGTextPathElement.h |
@@ -85,8 +85,8 @@ private: |
virtual bool selfHasRelativeLengths() const override; |
RefPtrWillBeMember<SVGAnimatedLength> m_startOffset; |
- RefPtrWillBeMember<SVGAnimatedEnumeration<SVGTextPathMethodType> > m_method; |
- RefPtrWillBeMember<SVGAnimatedEnumeration<SVGTextPathSpacingType> > m_spacing; |
+ RefPtrWillBeMember<SVGAnimatedEnumeration<SVGTextPathMethodType>> m_method; |
+ RefPtrWillBeMember<SVGAnimatedEnumeration<SVGTextPathSpacingType>> m_spacing; |
}; |
} // namespace blink |