Index: Source/core/animation/Keyframe.h |
diff --git a/Source/core/animation/Keyframe.h b/Source/core/animation/Keyframe.h |
index 337a0f356a518d2c1d9513b306f663302b3f8bd8..dd3ff047e3a7f349871f9608e517389212e49d27 100644 |
--- a/Source/core/animation/Keyframe.h |
+++ b/Source/core/animation/Keyframe.h |
@@ -97,9 +97,6 @@ protected: |
RefPtr<TimingFunction> m_easing; |
}; |
-WILL_BE_EAGERLY_TRACED(Keyframe); |
-WILL_BE_EAGERLY_TRACED(Keyframe::PropertySpecificKeyframe); |
- |
} // namespace blink |
#endif // Keyframe_h |