| Index: third_party/WebKit/Source/core/animation/AnimationStack.h
|
| diff --git a/third_party/WebKit/Source/core/animation/AnimationStack.h b/third_party/WebKit/Source/core/animation/AnimationStack.h
|
| index c52a951fe7869359c628a3abb6e5af6fb7b557b5..4cb96b090d637685db8d33046f6121e15b46d685 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationStack.h
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationStack.h
|
| @@ -48,7 +48,7 @@ using ActiveInterpolationsMap = HashMap<PropertyHandle, ActiveInterpolations>;
|
| class InertEffect;
|
|
|
| class CORE_EXPORT AnimationStack {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| WTF_MAKE_NONCOPYABLE(AnimationStack);
|
| public:
|
| AnimationStack();
|
|
|