| Index: third_party/WebKit/Source/core/svg/SVGAnimatedTypeAnimator.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedTypeAnimator.h b/third_party/WebKit/Source/core/svg/SVGAnimatedTypeAnimator.h
|
| index 7d767113c4b402668a0021194905ddd54f2a898c..5bdba04e998a206044c984d44f4a896c4140f141 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedTypeAnimator.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedTypeAnimator.h
|
| @@ -39,7 +39,7 @@ class SVGAnimationElement;
|
| using SVGElementInstances = WillBeHeapVector<RawPtrWillBeMember<SVGElement>, 1u>;
|
|
|
| class SVGAnimatedTypeAnimator final {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| public:
|
| SVGAnimatedTypeAnimator(SVGAnimationElement*);
|
|
|
|
|