Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Unified Diff: third_party/WebKit/Source/core/animation/Animation.h

Issue 2577053002: ActiveScriptWrappable: GC wrappers in detached ExecutionContexts. (Closed)
Patch Set: component build fix(msvc) Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698