Index: Source/core/animation/Interpolation.h |
diff --git a/Source/core/animation/Interpolation.h b/Source/core/animation/Interpolation.h |
index 15d29aca6962431bcc503508d6f04c12150add0e..ca3c1706652ce23163145c16a45e028b1cce5d84 100644 |
--- a/Source/core/animation/Interpolation.h |
+++ b/Source/core/animation/Interpolation.h |
@@ -42,6 +42,8 @@ private: |
friend class AnimationInterpolationEffectTest; |
}; |
-} |
+WILL_BE_EAGERLY_TRACED(Interpolation); |
-#endif |
+} // namespace blink |
+ |
+#endif // Interpolation_h |