| Index: Source/core/layout/line/LineBreaker.h
|
| diff --git a/Source/core/layout/line/LineBreaker.h b/Source/core/layout/line/LineBreaker.h
|
| index 47bdaa9d9fbedd0ceefd523e572cf9affbe98146..b6c44fa389d9fa2bd57d5f9d0e2bbad6c28e7d5e 100644
|
| --- a/Source/core/layout/line/LineBreaker.h
|
| +++ b/Source/core/layout/line/LineBreaker.h
|
| @@ -26,6 +26,7 @@
|
| #include "core/layout/api/LineLayoutBlockFlow.h"
|
| #include "core/layout/line/InlineIterator.h"
|
| #include "core/layout/line/LineInfo.h"
|
| +#include "wtf/Allocator.h"
|
| #include "wtf/Vector.h"
|
|
|
| namespace blink {
|
| @@ -35,6 +36,7 @@ enum WhitespacePosition { LeadingWhitespace, TrailingWhitespace };
|
| struct LayoutTextInfo;
|
|
|
| class LineBreaker {
|
| + STACK_ALLOCATED();
|
| public:
|
| friend class BreakingContext;
|
| LineBreaker(LineLayoutBlockFlow block)
|
|
|