Index: Source/core/animation/KeyframeEffectModel.h |
diff --git a/Source/core/animation/KeyframeEffectModel.h b/Source/core/animation/KeyframeEffectModel.h |
index b813731088e33a398bb28e2ba9e1b800672118d9..fd9b6f46aee9d1349f69d4b5073d0871e56e721f 100644 |
--- a/Source/core/animation/KeyframeEffectModel.h |
+++ b/Source/core/animation/KeyframeEffectModel.h |
@@ -50,7 +50,6 @@ class KeyframeEffectModelTest; |
// Represents the keyframes set through the API. |
class Keyframe : public RefCountedWillBeGarbageCollectedFinalized<Keyframe> { |
- DECLARE_GC_INFO; |
public: |
static PassRefPtrWillBeRawPtr<Keyframe> create() |
{ |