| Index: third_party/WebKit/Source/core/layout/LayoutTableRow.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableRow.cpp b/third_party/WebKit/Source/core/layout/LayoutTableRow.cpp
|
| index 3184ad5c5a4ef04f7f70463640b98b687cc92e81..c15039748cc0c0ef7cb0c4ce83fb5d196ceafc5e 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableRow.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableRow.cpp
|
| @@ -44,6 +44,7 @@ LayoutTableRow::LayoutTableRow(Element* element)
|
| : LayoutTableBoxComponent(element), m_rowIndex(unsetRowIndex) {
|
| // init LayoutObject attributes
|
| setInline(false); // our object is not Inline
|
| + m_rareStat.addReason(ReasonLTRAll);
|
| }
|
|
|
| void LayoutTableRow::willBeRemovedFromTree() {
|
|
|