Index: Source/core/svg/SVGFilterElement.h |
diff --git a/Source/core/svg/SVGFilterElement.h b/Source/core/svg/SVGFilterElement.h |
index fc15ef0a6203ae06b17eb4d83c0c4d2b7843aac7..b37f2ab0f5e9c4aa046b904fe237e71abe9b5b30 100644 |
--- a/Source/core/svg/SVGFilterElement.h |
+++ b/Source/core/svg/SVGFilterElement.h |
@@ -75,11 +75,11 @@ private: |
RefPtrWillBeMember<SVGAnimatedLength> m_y; |
RefPtrWillBeMember<SVGAnimatedLength> m_width; |
RefPtrWillBeMember<SVGAnimatedLength> m_height; |
- RefPtrWillBeMember<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType> > m_filterUnits; |
- RefPtrWillBeMember<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType> > m_primitiveUnits; |
+ RefPtrWillBeMember<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>> m_filterUnits; |
+ RefPtrWillBeMember<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>> m_primitiveUnits; |
RefPtrWillBeMember<SVGAnimatedIntegerOptionalInteger> m_filterRes; |
- WillBeHeapHashSet<RefPtrWillBeMember<Node> > m_clientsToAdd; |
+ WillBeHeapHashSet<RefPtrWillBeMember<Node>> m_clientsToAdd; |
}; |
} // namespace blink |