Index: Source/core/layout/LayoutView.h |
diff --git a/Source/core/layout/LayoutView.h b/Source/core/layout/LayoutView.h |
index 3a9dfcf6ff4a0b7118f736f636be94853f3df10f..ea2d26fb1293418ec90d06deeb704c0e50177288 100644 |
--- a/Source/core/layout/LayoutView.h |
+++ b/Source/core/layout/LayoutView.h |
@@ -243,6 +243,7 @@ DEFINE_LAYOUT_OBJECT_TYPE_CASTS(LayoutView, isLayoutView()); |
// containers don't follow the common tree-walk algorithm (e.g. when an absolute positioned descendant |
// is nested under a relatively positioned inline-block child). |
class ForceHorriblySlowRectMapping { |
+ STACK_ALLOCATED(); |
WTF_MAKE_NONCOPYABLE(ForceHorriblySlowRectMapping); |
public: |
ForceHorriblySlowRectMapping(const PaintInvalidationState* paintInvalidationState) |