| Index: Source/core/layout/LayoutTable.h
|
| diff --git a/Source/core/layout/LayoutTable.h b/Source/core/layout/LayoutTable.h
|
| index 04430608597002cd250fdcf2dc14867cc20785e4..442af625c8ff3e2608f901d6024818bbc8a289f2 100644
|
| --- a/Source/core/layout/LayoutTable.h
|
| +++ b/Source/core/layout/LayoutTable.h
|
| @@ -127,6 +127,7 @@ public:
|
| void addChildIgnoringContinuation(LayoutObject* newChild, LayoutObject* beforeChild = nullptr) override;
|
|
|
| struct ColumnStruct {
|
| + ALLOW_ONLY_INLINE_ALLOCATION();
|
| explicit ColumnStruct(unsigned initialSpan = 1)
|
| : span(initialSpan)
|
| {
|
|
|