| Index: Source/core/dom/Attr.cpp
|
| diff --git a/Source/core/dom/Attr.cpp b/Source/core/dom/Attr.cpp
|
| index d5270f59799f084d6db39674ac84962bfc27327b..a5341f0d5ca7436f365daaf648aad2348a82a792 100644
|
| --- a/Source/core/dom/Attr.cpp
|
| +++ b/Source/core/dom/Attr.cpp
|
| @@ -203,7 +203,7 @@ Attribute& Attr::elementAttribute()
|
| {
|
| ASSERT(m_element);
|
| ASSERT(m_element->elementData());
|
| - return *m_element->ensureUniqueElementData().findAttributeByName(qualifiedName());
|
| + return *m_element->ensureUniqueElementData().attributes().find(qualifiedName());
|
| }
|
|
|
| void Attr::detachFromElementWithValue(const AtomicString& value)
|
|
|