| Index: third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp b/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
|
| index aaa4687c5e704cc6ff6d7d06855bed22b9df07ce..7b03669df010c4796e88671b913d9a2a55d314f9 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
|
| @@ -109,6 +109,7 @@ LayoutTableSection::LayoutTableSection(Element* element)
|
| m_hasMultipleCellLevels(false) {
|
| // init LayoutObject attributes
|
| setInline(false); // our object is not Inline
|
| + m_rareStat.addReason(ReasonLTSAll);
|
| }
|
|
|
| LayoutTableSection::~LayoutTableSection() {}
|
|
|