Index: third_party/WebKit/Source/core/layout/LayoutBox.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h |
index 61509f857388094fc55b179128c6d19bd2db9971..eb9ea46053d7b423a02723cbb84179e77b680934 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h |
@@ -527,7 +527,7 @@ public: |
LayoutUnit adjustContentBoxLogicalHeightForBoxSizing(LayoutUnit height) const; |
struct ComputedMarginValues { |
- DISALLOW_ALLOCATION(); |
+ DISALLOW_NEW(); |
ComputedMarginValues() { } |
LayoutUnit m_before; |