Index: Source/core/css/CSSProperty.h |
diff --git a/Source/core/css/CSSProperty.h b/Source/core/css/CSSProperty.h |
index e01e3702167994d4607297aa3605999b09b974ed..6baf18638ff30f8e7bc98c53f854190689bfa04c 100644 |
--- a/Source/core/css/CSSProperty.h |
+++ b/Source/core/css/CSSProperty.h |
@@ -27,12 +27,14 @@ |
#include "platform/RuntimeEnabledFeatures.h" |
#include "platform/text/TextDirection.h" |
#include "platform/text/WritingMode.h" |
+#include "wtf/Allocator.h" |
#include "wtf/PassRefPtr.h" |
#include "wtf/RefPtr.h" |
namespace blink { |
struct StylePropertyMetadata { |
+ DISALLOW_ALLOCATION(); |
StylePropertyMetadata(CSSPropertyID propertyID, bool isSetFromShorthand, int indexInShorthandsVector, bool important, bool implicit, bool inherited) |
: m_propertyID(propertyID) |
, m_isSetFromShorthand(isSetFromShorthand) |