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 6d9f357bc44651715ed6630714ec2c8b979f238c..5d4a23aa316daaac2e4247c5baa7e5c412bb9b74 100644 |
--- a/third_party/WebKit/Source/core/animation/Animation.h |
+++ b/third_party/WebKit/Source/core/animation/Animation.h |
@@ -56,7 +56,7 @@ class ExceptionState; |
class TreeScope; |
class CORE_EXPORT Animation final : public EventTargetWithInlineData, |
- public ActiveScriptWrappable, |
+ public ActiveScriptWrappable<Animation>, |
public SuspendableObject, |
public CompositorAnimationDelegate, |
public CompositorAnimationPlayerClient { |