| Index: Source/core/dom/Attr.cpp
|
| diff --git a/Source/core/dom/Attr.cpp b/Source/core/dom/Attr.cpp
|
| index d177a9ed19712967f0e9b2b6f1544e7faf5d1f9d..a2641d205c594a6597ef5976daf124e11d7c2f68 100644
|
| --- a/Source/core/dom/Attr.cpp
|
| +++ b/Source/core/dom/Attr.cpp
|
| @@ -171,7 +171,7 @@ void Attr::childrenChanged(const ChildrenChange&)
|
| if (m_ignoreChildrenChanged > 0)
|
| return;
|
|
|
| - UseCounter::count(document(), UseCounter::AttrChildChange);
|
| + UseCounter::countDeprecation(document(), UseCounter::AttrChildChange);
|
|
|
| QualifiedName name = qualifiedName();
|
| invalidateNodeListCachesInAncestors(&name, m_element);
|
|
|