| Index: third_party/WebKit/Source/core/animation/AnimationEffect.h
|
| diff --git a/third_party/WebKit/Source/core/animation/AnimationEffect.h b/third_party/WebKit/Source/core/animation/AnimationEffect.h
|
| index 10c839c44aad2f96a475fa8b6a2229e5037f2c2a..dbf91c9dcad0bea9d80d2adeb3e02e3e16d60a21 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationEffect.h
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationEffect.h
|
| @@ -150,7 +150,7 @@ protected:
|
| Member<EventDelegate> m_eventDelegate;
|
|
|
| mutable struct CalculatedTiming {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| Phase phase;
|
| double currentIteration;
|
| double timeFraction;
|
|
|