Index: third_party/WebKit/Source/core/paint/BoxClipper.h |
diff --git a/third_party/WebKit/Source/core/paint/BoxClipper.h b/third_party/WebKit/Source/core/paint/BoxClipper.h |
index 5f06af8db3f489be5d1a2c5bd984bcfbb9469447..5d1efa78856702391e63f9b7625c0699651718a8 100644 |
--- a/third_party/WebKit/Source/core/paint/BoxClipper.h |
+++ b/third_party/WebKit/Source/core/paint/BoxClipper.h |
@@ -17,7 +17,7 @@ struct PaintInfo; |
enum ContentsClipBehavior { ForceContentsClip, SkipContentsClipIfPossible }; |
class BoxClipper { |
- STACK_ALLOCATED(); |
+ DISALLOW_NEW_EXCEPT_PLACEMENT_NEW(); |
public: |
BoxClipper(const LayoutBox&, const PaintInfo&, const LayoutPoint& accumulatedOffset, ContentsClipBehavior); |
~BoxClipper(); |