| Index: third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.cpp b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| index b81e11e8b07566ad3a39aa191c3938e3253a106e..4f5050a4f42645b0e69f11d343740631e1392b88 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| @@ -238,6 +238,8 @@ LayoutObject::LayoutObject(Node* node)
|
| if (RuntimeEnabledFeatures::slimmingPaintInvalidationEnabled())
|
| m_previousPositionFromPaintInvalidationBacking = uninitializedPaintOffset();
|
| InstanceCounters::incrementCounter(InstanceCounters::LayoutObjectCounter);
|
| + if (m_node)
|
| + frameView()->incrementLayoutObjectCount();
|
| }
|
|
|
| LayoutObject::~LayoutObject()
|
|
|