| Index: Source/core/layout/line/TrailingObjects.h
|
| diff --git a/Source/core/layout/line/TrailingObjects.h b/Source/core/layout/line/TrailingObjects.h
|
| index ad1e88de33b86d5bff781f524450abbec861d21e..d59f8b6559fa27131aade4f1ff7849ea686daa76 100644
|
| --- a/Source/core/layout/line/TrailingObjects.h
|
| +++ b/Source/core/layout/line/TrailingObjects.h
|
| @@ -26,6 +26,7 @@
|
|
|
| #include "core/layout/api/LineLayoutItem.h"
|
| #include "core/layout/api/LineLayoutText.h"
|
| +#include "wtf/Allocator.h"
|
| #include "wtf/Vector.h"
|
|
|
| namespace blink {
|
| @@ -53,6 +54,7 @@ typedef MidpointState<InlineIterator> LineMidpointState;
|
| // them in the right place when we start ignoring surplus whitespace.
|
|
|
| class TrailingObjects {
|
| + STACK_ALLOCATED();
|
| public:
|
| TrailingObjects()
|
| : m_whitespace(nullptr)
|
|
|