Index: Source/core/svg/SVGClipPathElement.h |
diff --git a/Source/core/svg/SVGClipPathElement.h b/Source/core/svg/SVGClipPathElement.h |
index 9bb52a425d5a9fb09eafad2bfd03d2368c7fa107..9c6dbf484f52403219ee12d9333ff0c33814c15b 100644 |
--- a/Source/core/svg/SVGClipPathElement.h |
+++ b/Source/core/svg/SVGClipPathElement.h |
@@ -53,7 +53,7 @@ private: |
virtual LayoutObject* createRenderer(const LayoutStyle&) override; |
- RefPtrWillBeMember<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType> > m_clipPathUnits; |
+ RefPtrWillBeMember<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>> m_clipPathUnits; |
}; |
} // namespace blink |