Index: Source/core/layout/LayoutBlockFlow.h |
diff --git a/Source/core/layout/LayoutBlockFlow.h b/Source/core/layout/LayoutBlockFlow.h |
index bf7ae9d379002975cc06a8afe8ef406feafe1d3d..4622eb7f1f888c253d0a23d5093df953eb4d4286 100644 |
--- a/Source/core/layout/LayoutBlockFlow.h |
+++ b/Source/core/layout/LayoutBlockFlow.h |
@@ -352,6 +352,7 @@ private: |
public: |
struct FloatWithRect { |
+ ALLOW_ONLY_INLINE_ALLOCATION(); |
FloatWithRect(LayoutBox* f) |
: object(f) |
, rect(f->frameRect()) |
@@ -366,6 +367,7 @@ public: |
}; |
class MarginValues { |
+ DISALLOW_ALLOCATION(); |
public: |
MarginValues(LayoutUnit beforePos, LayoutUnit beforeNeg, LayoutUnit afterPos, LayoutUnit afterNeg) |
: m_positiveMarginBefore(beforePos) |