Index: Source/core/animation/AnimationInputHelpers.h |
diff --git a/Source/core/animation/AnimationInputHelpers.h b/Source/core/animation/AnimationInputHelpers.h |
index 92f3f840a9669f468ee9a8112367e3e58620a250..d08bc4d888a1c501964f020f214e8ed0f1215d71 100644 |
--- a/Source/core/animation/AnimationInputHelpers.h |
+++ b/Source/core/animation/AnimationInputHelpers.h |
@@ -14,6 +14,7 @@ namespace blink { |
class TimingFunction; |
class CORE_EXPORT AnimationInputHelpers { |
+ STATIC_ONLY(AnimationInputHelpers); |
public: |
static CSSPropertyID keyframeAttributeToCSSPropertyID(const String&); |
static PassRefPtr<TimingFunction> parseTimingFunction(const String&); |