| Index: Source/core/layout/line/LineBoxList.h
|
| diff --git a/Source/core/layout/line/LineBoxList.h b/Source/core/layout/line/LineBoxList.h
|
| index 09137db17c9bbfbf87c139244f00f35aac910880..b757c46e5dca4a54c5dc75da397c7852c4d3feb4 100644
|
| --- a/Source/core/layout/line/LineBoxList.h
|
| +++ b/Source/core/layout/line/LineBoxList.h
|
| @@ -31,6 +31,7 @@
|
| #define LineBoxList_h
|
|
|
| #include "core/layout/api/HitTestAction.h"
|
| +#include "wtf/Allocator.h"
|
| #include "wtf/Assertions.h"
|
|
|
| namespace blink {
|
| @@ -47,6 +48,7 @@ class LineLayoutItem;
|
| struct PaintInfo;
|
|
|
| class LineBoxList {
|
| + DISALLOW_ALLOCATION();
|
| public:
|
| LineBoxList()
|
| : m_firstLineBox(nullptr)
|
|
|