Index: Source/core/style/StyleSelfAlignmentData.h |
diff --git a/Source/core/style/StyleSelfAlignmentData.h b/Source/core/style/StyleSelfAlignmentData.h |
index 6cd01fbc8f63cb871f0e35ac42a4def7f283bebe..23030a84bfdf403afe722055cebebe551a611d4c 100644 |
--- a/Source/core/style/StyleSelfAlignmentData.h |
+++ b/Source/core/style/StyleSelfAlignmentData.h |
@@ -6,10 +6,12 @@ |
#define StyleSelfAlignmentData_h |
#include "core/style/ComputedStyleConstants.h" |
+#include "wtf/Allocator.h" |
namespace blink { |
class StyleSelfAlignmentData { |
+ DISALLOW_ALLOCATION(); |
public: |
// Style data for Self-Aligment and Default-Alignment properties: align-{self, items}, justify-{self, items}. |
// [ <self-position> && <overflow-position>? ] | [ legacy && [ left | right | center ] ] |