Index: Source/core/style/StyleDifference.h |
diff --git a/Source/core/style/StyleDifference.h b/Source/core/style/StyleDifference.h |
index 14b261bd321ef367f7cb7ed39bee4df5c0689a9f..539c3027df9478dff7c0893127243ba9f23deb82 100644 |
--- a/Source/core/style/StyleDifference.h |
+++ b/Source/core/style/StyleDifference.h |
@@ -5,11 +5,13 @@ |
#ifndef StyleDifference_h |
#define StyleDifference_h |
+#include "wtf/Allocator.h" |
#include "wtf/Assertions.h" |
namespace blink { |
class StyleDifference { |
+ STACK_ALLOCATED(); |
public: |
enum PropertyDifference { |
TransformChanged = 1 << 0, |