| Index: Source/core/svg/SVGPatternElement.h
|
| diff --git a/Source/core/svg/SVGPatternElement.h b/Source/core/svg/SVGPatternElement.h
|
| index 164f612eef6b60ace6a26f18359f8ae0684263d4..c1110d5d3b6e74f97c1768a8b35c03e0923f58fe 100644
|
| --- a/Source/core/svg/SVGPatternElement.h
|
| +++ b/Source/core/svg/SVGPatternElement.h
|
| @@ -85,8 +85,8 @@ private:
|
| RefPtrWillBeMember<SVGAnimatedLength> m_width;
|
| RefPtrWillBeMember<SVGAnimatedLength> m_height;
|
| RefPtrWillBeMember<SVGAnimatedTransformList> m_patternTransform;
|
| - RefPtrWillBeMember<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType> > m_patternUnits;
|
| - RefPtrWillBeMember<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType> > m_patternContentUnits;
|
| + RefPtrWillBeMember<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>> m_patternUnits;
|
| + RefPtrWillBeMember<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>> m_patternContentUnits;
|
| };
|
|
|
| } // namespace blink
|
|
|