Index: Source/core/animation/LengthPropertyFunctions.h |
diff --git a/Source/core/animation/LengthPropertyFunctions.h b/Source/core/animation/LengthPropertyFunctions.h |
index 311ad5e79f5e19df839c09f0e552a313006f9aeb..d4e9c5e1a7124232cf795a6da9c515799e06f313 100644 |
--- a/Source/core/animation/LengthPropertyFunctions.h |
+++ b/Source/core/animation/LengthPropertyFunctions.h |
@@ -8,12 +8,14 @@ |
#include "core/CSSPropertyNames.h" |
#include "core/CSSValueKeywords.h" |
#include "platform/Length.h" |
+#include "wtf/Allocator.h" |
namespace blink { |
class ComputedStyle; |
class LengthPropertyFunctions { |
+ STATIC_ONLY(LengthPropertyFunctions); |
public: |
typedef void (ComputedStyle::*LengthSetter)(const Length&); |