Index: Source/core/layout/LayoutFrameSet.h |
diff --git a/Source/core/layout/LayoutFrameSet.h b/Source/core/layout/LayoutFrameSet.h |
index 7a9aaa89778f64ee3ca61ba26396431d97816e95..09a7e3bea6191b79b8294feff8c45c4d68e76bcc 100644 |
--- a/Source/core/layout/LayoutFrameSet.h |
+++ b/Source/core/layout/LayoutFrameSet.h |
@@ -34,6 +34,7 @@ class MouseEvent; |
enum FrameEdge { LeftFrameEdge, RightFrameEdge, TopFrameEdge, BottomFrameEdge }; |
struct FrameEdgeInfo { |
+ STACK_ALLOCATED(); |
FrameEdgeInfo(bool preventResize = false, bool allowBorder = true) |
: m_preventResize(4) |
, m_allowBorder(4) |
@@ -79,6 +80,7 @@ public: |
HTMLFrameSetElement* frameSet() const; |
class GridAxis { |
+ DISALLOW_ALLOCATION(); |
WTF_MAKE_NONCOPYABLE(GridAxis); |
public: |
GridAxis(); |