Index: Source/core/animation/SampledEffect.h |
diff --git a/Source/core/animation/SampledEffect.h b/Source/core/animation/SampledEffect.h |
index 7c3891c5fcebb0ab8fda783ae2cb1829afbecd0c..1da4c09a7474f3659f9b570e0b4d6cde8b12cf0a 100644 |
--- a/Source/core/animation/SampledEffect.h |
+++ b/Source/core/animation/SampledEffect.h |
@@ -52,6 +52,8 @@ private: |
Animation::Priority m_priority; |
}; |
+WILL_BE_EAGERLY_TRACED(SampledEffect); |
+ |
} // namespace blink |
-#endif |
+#endif // SampledEffect_h |