| Index: third_party/WebKit/Source/core/layout/LayoutText.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutText.cpp b/third_party/WebKit/Source/core/layout/LayoutText.cpp
|
| index be826bc1c531ee9425e981ac64bb80dc8341aae7..c68e7a74664716683e9e3514545d42d5c7ff5042 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutText.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutText.cpp
|
| @@ -169,6 +169,7 @@ LayoutText::LayoutText(Node* node, PassRefPtr<StringImpl> str)
|
|
|
| if (node)
|
| frameView()->incrementVisuallyNonEmptyCharacterCount(m_text.length());
|
| + m_rareStat.addReason(ReasonLTAll);
|
| }
|
|
|
| #if DCHECK_IS_ON()
|
|
|