Index: third_party/WebKit/Source/core/layout/api/LineLayoutItem.h |
diff --git a/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h b/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h |
index 861f7b744dcb57fa1703b185b5f4861b283b4c7e..befda59d4c2ce542ae2a2fdffc0ddbd52f38b974 100644 |
--- a/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h |
+++ b/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h |
@@ -25,7 +25,7 @@ class LineLayoutPaintShim; |
enum HitTestFilter; |
class LineLayoutItem { |
- ALLOW_ONLY_INLINE_ALLOCATION(); |
+ DISALLOW_NEW_EXCEPT_PLACEMENT_NEW(); |
public: |
explicit LineLayoutItem(LayoutObject* layoutObject) |
: m_layoutObject(layoutObject) |