| Index: Source/core/dom/Attr.cpp
|
| diff --git a/Source/core/dom/Attr.cpp b/Source/core/dom/Attr.cpp
|
| index b6ca3b55de050250483078445aa38b99e5b95670..901e711d5b86ce0b21a9565ac6adb543b3e80521 100644
|
| --- a/Source/core/dom/Attr.cpp
|
| +++ b/Source/core/dom/Attr.cpp
|
| @@ -123,6 +123,8 @@ const AtomicString& Attr::valueForBindings() const
|
| void Attr::setValueForBindings(const AtomicString& value)
|
| {
|
| UseCounter::count(document(), UseCounter::AttrSetValue);
|
| + if (m_element)
|
| + UseCounter::count(document(), UseCounter::AttrSetValueWithElement);
|
| setValueInternal(value);
|
| }
|
|
|
|
|