| Index: third_party/WebKit/Source/core/layout/LayoutInline.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutInline.cpp b/third_party/WebKit/Source/core/layout/LayoutInline.cpp
|
| index c6512ddceee26803ce40be7440748cf6c767b9cc..938cdff19836eb070ca504f2b122179bad832936 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutInline.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutInline.cpp
|
| @@ -55,6 +55,7 @@ static_assert(sizeof(LayoutInline) == sizeof(SameSizeAsLayoutInline),
|
|
|
| LayoutInline::LayoutInline(Element* element) : LayoutBoxModelObject(element) {
|
| setChildrenInline(true);
|
| + m_rareStat.addReason(ReasonLIAll);
|
| }
|
|
|
| void LayoutInline::willBeDestroyed() {
|
|
|