Index: Source/core/animation/ElementAnimation.h |
diff --git a/Source/core/animation/ElementAnimation.h b/Source/core/animation/ElementAnimation.h |
index 83d477e85f3dc56aa1ee953962a706969a417744..791c2805da9acb29e90c72f333b211da0d44fe9f 100644 |
--- a/Source/core/animation/ElementAnimation.h |
+++ b/Source/core/animation/ElementAnimation.h |
@@ -40,6 +40,7 @@ |
#include "core/dom/Document.h" |
#include "core/dom/Element.h" |
#include "platform/RuntimeEnabledFeatures.h" |
+#include "wtf/Allocator.h" |
namespace blink { |
@@ -47,6 +48,7 @@ namespace blink { |
class Dictionary; |
class ElementAnimation { |
+ STATIC_ONLY(ElementAnimation); |
public: |
static Animation* animate(Element& element, const EffectModelOrDictionarySequence& effectInput, double duration, ExceptionState& exceptionState) |
{ |