| Index: third_party/WebKit/Source/core/layout/line/LineBoxList.h
|
| diff --git a/third_party/WebKit/Source/core/layout/line/LineBoxList.h b/third_party/WebKit/Source/core/layout/line/LineBoxList.h
|
| index 1b7a41c5e9fdd506fd780f566dd7617a227d4267..5ece4aa87eeaab34b4b9a45dc5ff56f965b9c767 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/LineBoxList.h
|
| +++ b/third_party/WebKit/Source/core/layout/line/LineBoxList.h
|
| @@ -49,7 +49,7 @@ class LineLayoutItem;
|
| struct PaintInfo;
|
|
|
| class LineBoxList {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| public:
|
| LineBoxList()
|
| : m_firstLineBox(nullptr)
|
|
|