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 fb009a505d523a27bc38a929ada5c4a9ee918ea5..e6154fb7a268c7e662fbc7c34e5791c32c4ac118 100644 |
--- a/third_party/WebKit/Source/core/animation/Animation.h |
+++ b/third_party/WebKit/Source/core/animation/Animation.h |
@@ -34,6 +34,7 @@ |
#include "bindings/core/v8/ExceptionStatePlaceholder.h" |
#include "bindings/core/v8/ScriptPromise.h" |
#include "bindings/core/v8/ScriptPromiseProperty.h" |
+#include "bindings/core/v8/V8GCRoot.h" |
#include "core/CSSPropertyNames.h" |
#include "core/CoreExport.h" |
#include "core/animation/AnimationEffect.h" |
@@ -56,7 +57,8 @@ class CORE_EXPORT Animation final |
: public RefCountedGarbageCollectedEventTargetWithInlineData<Animation> |
, public ContextLifecycleObserver |
, public CompositorAnimationDelegate |
- , public CompositorAnimationPlayerClient { |
+ , public CompositorAnimationPlayerClient |
+ , public V8GCRoot { |
DEFINE_WRAPPERTYPEINFO(); |
REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(Animation); |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(Animation); |