| Index: Source/core/svg/SVGComponentTransferFunctionElement.h
|
| diff --git a/Source/core/svg/SVGComponentTransferFunctionElement.h b/Source/core/svg/SVGComponentTransferFunctionElement.h
|
| index b347178ce8fdc643936dc8876bb86368797ea62e..3d36e5108ac792546c00ad8f84eeb5471260856d 100644
|
| --- a/Source/core/svg/SVGComponentTransferFunctionElement.h
|
| +++ b/Source/core/svg/SVGComponentTransferFunctionElement.h
|
| @@ -63,7 +63,7 @@ private:
|
| RefPtrWillBeMember<SVGAnimatedNumber> m_amplitude;
|
| RefPtrWillBeMember<SVGAnimatedNumber> m_exponent;
|
| RefPtrWillBeMember<SVGAnimatedNumber> m_offset;
|
| - RefPtrWillBeMember<SVGAnimatedEnumeration<ComponentTransferType> > m_type;
|
| + RefPtrWillBeMember<SVGAnimatedEnumeration<ComponentTransferType>> m_type;
|
| };
|
|
|
| } // namespace blink
|
|
|