Index: Source/core/animation/AnimationPlayer.h |
diff --git a/Source/core/animation/AnimationPlayer.h b/Source/core/animation/AnimationPlayer.h |
index f7da276d86ee65dc880cb891369d3e8d5d053047..fce71420e7fdedb8d121146d35ca8cb77066b31c 100644 |
--- a/Source/core/animation/AnimationPlayer.h |
+++ b/Source/core/animation/AnimationPlayer.h |
@@ -44,10 +44,10 @@ class ExceptionState; |
class AnimationPlayer FINAL : public RefCountedWillBeGarbageCollectedFinalized<AnimationPlayer> |
, public ActiveDOMObject |
, public EventTargetWithInlineData { |
+ DEFINE_WRAPPERTYPEINFO(); |
REFCOUNTED_EVENT_TARGET(AnimationPlayer); |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(AnimationPlayer); |
public: |
- |
~AnimationPlayer(); |
static PassRefPtrWillBeRawPtr<AnimationPlayer> create(ExecutionContext*, AnimationTimeline&, AnimationNode*); |
@@ -168,6 +168,6 @@ private: |
RefPtrWillBeMember<Event> m_pendingFinishedEvent; |
}; |
-} // namespace |
+} // namespace blink |
#endif |