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

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..8799d30bf98368fe8eebbd7b05d5cafa7879112c 100644
--- a/third_party/WebKit/Source/core/animation/Animation.cpp
+++ b/third_party/WebKit/Source/core/animation/Animation.cpp
@@ -81,8 +81,7 @@ Animation* Animation::create(AnimationEffectReadOnly* effect,
Animation::Animation(ExecutionContext* executionContext,
AnimationTimeline& timeline,
AnimationEffectReadOnly* content)
- : ActiveScriptWrappable(this),
- SuspendableObject(executionContext),
+ : SuspendableObject(executionContext),
m_playState(Idle),
m_playbackRate(1),
m_startTime(nullValue()),
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/ActiveScriptWrappable.cpp ('k') | third_party/WebKit/Source/core/css/FontFace.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698