| Index: Source/core/layout/line/LineInfo.h
|
| diff --git a/Source/core/layout/line/LineInfo.h b/Source/core/layout/line/LineInfo.h
|
| index 176886d17dbb5e011a9b34a084de5da424e19c8a..744e265db47b960bee942b3d5a744ba3655e4cae 100644
|
| --- a/Source/core/layout/line/LineInfo.h
|
| +++ b/Source/core/layout/line/LineInfo.h
|
| @@ -26,10 +26,12 @@
|
|
|
| #include "core/layout/api/LineLayoutBlockFlow.h"
|
| #include "core/layout/line/LineWidth.h"
|
| +#include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
| class LineInfo {
|
| + STACK_ALLOCATED();
|
| public:
|
| LineInfo()
|
| : m_isFirstLine(true)
|
|
|