Index: third_party/WebKit/Source/core/layout/LayoutObjectChildList.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutObjectChildList.h b/third_party/WebKit/Source/core/layout/LayoutObjectChildList.h |
index 0f61534c120543946ae01c6f722ae4ead9c7b1a6..4745639a0c7afa1f9836ba18cceb16a6f387b1c0 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutObjectChildList.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutObjectChildList.h |
@@ -34,7 +34,7 @@ namespace blink { |
class LayoutObject; |
class LayoutObjectChildList { |
- DISALLOW_ALLOCATION(); |
+ DISALLOW_NEW(); |
public: |
LayoutObjectChildList() |
: m_firstChild(nullptr) |