Index: Source/core/style/FillLayer.h |
diff --git a/Source/core/style/FillLayer.h b/Source/core/style/FillLayer.h |
index 49ecde4e6af4fc43a2eed30b1b275ff1bb00c764..80dd0903354c172516533290d47515a3cd7783a5 100644 |
--- a/Source/core/style/FillLayer.h |
+++ b/Source/core/style/FillLayer.h |
@@ -31,11 +31,13 @@ |
#include "platform/Length.h" |
#include "platform/LengthSize.h" |
#include "platform/graphics/GraphicsTypes.h" |
+#include "wtf/Allocator.h" |
#include "wtf/RefPtr.h" |
namespace blink { |
struct FillSize { |
+ STACK_ALLOCATED(); |
FillSize() |
: type(SizeLength) |
{ |