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

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

Issue 2578193004: Remove ActiveScriptWrappableBase::m_scriptWrappable (Closed)
Patch Set: temp 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.cpp
diff --git a/third_party/WebKit/Source/core/animation/Animation.cpp b/third_party/WebKit/Source/core/animation/Animation.cpp
index d1c1fea24506c56ea1cb53d645d5f2e970fb3300..5764358b53e67b19a54f87aa1eb751e5a98682bb 100644
--- a/third_party/WebKit/Source/core/animation/Animation.cpp
+++ b/third_party/WebKit/Source/core/animation/Animation.cpp
@@ -81,7 +81,7 @@ Animation* Animation::create(AnimationEffectReadOnly* effect,
Animation::Animation(ExecutionContext* executionContext,
AnimationTimeline& timeline,
AnimationEffectReadOnly* content)
- : ActiveScriptWrappable(this),
+ : ActiveScriptWrappable(),
SuspendableObject(executionContext),
m_playState(Idle),
m_playbackRate(1),

Powered by Google App Engine
This is Rietveld 408576698