Index: Source/core/layout/LayoutBox.h |
diff --git a/Source/core/layout/LayoutBox.h b/Source/core/layout/LayoutBox.h |
index 2a00d921812cd23eb2aae0a3d5b82a4fc1d588e9..cb683254db5fc1dd2dba52eba19744b66441e928 100644 |
--- a/Source/core/layout/LayoutBox.h |
+++ b/Source/core/layout/LayoutBox.h |
@@ -436,6 +436,7 @@ public: |
LayoutUnit adjustContentBoxLogicalHeightForBoxSizing(LayoutUnit height) const; |
struct ComputedMarginValues { |
+ DISALLOW_ALLOCATION(); |
ComputedMarginValues() { } |
LayoutUnit m_before; |
@@ -444,6 +445,7 @@ public: |
LayoutUnit m_end; |
}; |
struct LogicalExtentComputedValues { |
+ STACK_ALLOCATED(); |
LogicalExtentComputedValues() { } |
LayoutUnit m_extent; |