| Index: Source/core/layout/api/LineLayoutItem.h
|
| diff --git a/Source/core/layout/api/LineLayoutItem.h b/Source/core/layout/api/LineLayoutItem.h
|
| index 68771eecb0ee19641320a26212476cdaba8785ab..21509d08e2e80b5cb6520fb3f6e929ccf5380912 100644
|
| --- a/Source/core/layout/api/LineLayoutItem.h
|
| +++ b/Source/core/layout/api/LineLayoutItem.h
|
| @@ -9,6 +9,7 @@
|
| #include "core/layout/LayoutObjectInlines.h"
|
|
|
| #include "platform/LayoutUnit.h"
|
| +#include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
| @@ -23,6 +24,7 @@ class LineLayoutBoxModel;
|
| enum HitTestFilter;
|
|
|
| class LineLayoutItem {
|
| + ALLOW_ONLY_INLINE_ALLOCATION();
|
| public:
|
| explicit LineLayoutItem(LayoutObject* layoutObject)
|
| : m_layoutObject(layoutObject)
|
|
|