Index: Source/core/layout/GapRects.h |
diff --git a/Source/core/layout/GapRects.h b/Source/core/layout/GapRects.h |
index 1e74e9c013f6fe172bc94f8e714667d1da62d2b4..5a50a7abd6e90d01f9a081085ec028688a865432 100644 |
--- a/Source/core/layout/GapRects.h |
+++ b/Source/core/layout/GapRects.h |
@@ -24,10 +24,12 @@ |
#define GapRects_h |
#include "platform/geometry/LayoutRect.h" |
+#include "wtf/Allocator.h" |
namespace blink { |
struct GapRects { |
+ STACK_ALLOCATED(); |
const LayoutRect& left() const { return m_left; } |
const LayoutRect& center() const { return m_center; } |
const LayoutRect& right() const { return m_right; } |