Index: Source/core/svg/SVGEnumeration.h |
diff --git a/Source/core/svg/SVGEnumeration.h b/Source/core/svg/SVGEnumeration.h |
index a849381420206640b21e94c306883feb8fc73d2d..2f08aa6e6bec650bbaf307b0b60ccf19fdfcb6f3 100644 |
--- a/Source/core/svg/SVGEnumeration.h |
+++ b/Source/core/svg/SVGEnumeration.h |
@@ -103,7 +103,7 @@ template<typename Enum> unsigned short getMaxExposedEnumValue() |
template<typename Enum> |
class SVGEnumeration : public SVGEnumerationBase { |
public: |
- static PassRefPtrWillBeRawPtr<SVGEnumeration<Enum> > create(Enum newValue) |
+ static PassRefPtrWillBeRawPtr<SVGEnumeration<Enum>> create(Enum newValue) |
{ |
return adoptRefWillBeNoop(new SVGEnumeration<Enum>(newValue)); |
} |