| Index: Source/core/layout/line/LayoutTextInfo.h
|
| diff --git a/Source/core/layout/line/LayoutTextInfo.h b/Source/core/layout/line/LayoutTextInfo.h
|
| index c1ecad7f218c61684a504eaed9bff603464b446d..b821ef50cefdf93aacd84ffebce2c2e194ed97e2 100644
|
| --- a/Source/core/layout/line/LayoutTextInfo.h
|
| +++ b/Source/core/layout/line/LayoutTextInfo.h
|
| @@ -24,6 +24,7 @@
|
| #define LayoutTextInfo_h
|
|
|
| #include "platform/text/TextBreakIterator.h"
|
| +#include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
| @@ -31,6 +32,7 @@ class Font;
|
| class LayoutText;
|
|
|
| struct LayoutTextInfo {
|
| + STACK_ALLOCATED();
|
| LayoutTextInfo()
|
| : m_text(nullptr)
|
| , m_font(nullptr)
|
|
|