| Index: Source/core/svg/SVGGradientElement.h
|
| diff --git a/Source/core/svg/SVGGradientElement.h b/Source/core/svg/SVGGradientElement.h
|
| index 1ff0108f76c2e45a662a9fd8e3e4fbcc75e49c6e..5409a0c837fc9003c979a59fd3b9fc587a746002 100644
|
| --- a/Source/core/svg/SVGGradientElement.h
|
| +++ b/Source/core/svg/SVGGradientElement.h
|
| @@ -73,8 +73,8 @@ private:
|
| virtual void childrenChanged(const ChildrenChange&) override final;
|
|
|
| RefPtrWillBeMember<SVGAnimatedTransformList> m_gradientTransform;
|
| - RefPtrWillBeMember<SVGAnimatedEnumeration<SVGSpreadMethodType> > m_spreadMethod;
|
| - RefPtrWillBeMember<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType> > m_gradientUnits;
|
| + RefPtrWillBeMember<SVGAnimatedEnumeration<SVGSpreadMethodType>> m_spreadMethod;
|
| + RefPtrWillBeMember<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>> m_gradientUnits;
|
| };
|
|
|
| inline bool isSVGGradientElement(const SVGElement& element)
|
|
|