| Index: third_party/WebKit/Source/core/animation/Animation.h
|
| diff --git a/third_party/WebKit/Source/core/animation/Animation.h b/third_party/WebKit/Source/core/animation/Animation.h
|
| index d25ef3e00b20dc948246280fee3ec3c18926b4bd..fa425cc74e8ec6f956c91d573d7266b03d1563e0 100644
|
| --- a/third_party/WebKit/Source/core/animation/Animation.h
|
| +++ b/third_party/WebKit/Source/core/animation/Animation.h
|
| @@ -54,7 +54,7 @@ class Element;
|
| class ExceptionState;
|
|
|
| class CORE_EXPORT Animation final
|
| - : public RefCountedGarbageCollectedEventTargetWithInlineData<Animation>
|
| + : public EventTargetWithInlineData
|
| , public ActiveScriptWrappable
|
| , public ActiveDOMObject
|
| , public CompositorAnimationDelegate
|
|
|