| Index: Source/core/layout/line/BreakingContextInlineHeaders.h
|
| diff --git a/Source/core/layout/line/BreakingContextInlineHeaders.h b/Source/core/layout/line/BreakingContextInlineHeaders.h
|
| index e4ca168c84a3618331fb58da2675fa323a0e212a..061e927fb62678ebf188a774f12dbe57c8b1a95a 100644
|
| --- a/Source/core/layout/line/BreakingContextInlineHeaders.h
|
| +++ b/Source/core/layout/line/BreakingContextInlineHeaders.h
|
| @@ -42,6 +42,7 @@
|
| #include "core/layout/svg/LayoutSVGInlineText.h"
|
| #include "core/paint/DeprecatedPaintLayer.h"
|
| #include "platform/text/TextBreakIterator.h"
|
| +#include "wtf/Allocator.h"
|
| #include "wtf/Vector.h"
|
|
|
| namespace blink {
|
| @@ -50,6 +51,7 @@ namespace blink {
|
| const unsigned cMaxLineDepth = 200;
|
|
|
| class BreakingContext {
|
| + STACK_ALLOCATED();
|
| public:
|
| BreakingContext(InlineBidiResolver& resolver, LineInfo& inLineInfo, LineWidth& lineWidth, LayoutTextInfo& inLayoutTextInfo, FloatingObject* inLastFloatFromPreviousLine, bool appliedStartWidth, LineLayoutBlockFlow block)
|
| : m_resolver(resolver)
|
|
|