Index: Source/core/dom/Attr.cpp |
diff --git a/Source/core/dom/Attr.cpp b/Source/core/dom/Attr.cpp |
index 29e647d15692feec373ea965e375b735b9404af7..33453205688ace876928c3a94e41aeb55bb02716 100644 |
--- a/Source/core/dom/Attr.cpp |
+++ b/Source/core/dom/Attr.cpp |
@@ -168,6 +168,8 @@ void Attr::childrenChanged(const ChildrenChange&) |
if (m_ignoreChildrenChanged > 0) |
return; |
+ UseCounter::count(document(), UseCounter::AttrChildChange); |
+ |
QualifiedName name = qualifiedName(); |
invalidateNodeListCachesInAncestors(&name, m_element); |