Index: Source/core/dom/Attr.cpp |
diff --git a/Source/core/dom/Attr.cpp b/Source/core/dom/Attr.cpp |
index 7272ef709a93a04c5667ef55225d6f072f8a2261..496203f6950b630ad01404583f55caa90b3688ee 100644 |
--- a/Source/core/dom/Attr.cpp |
+++ b/Source/core/dom/Attr.cpp |
@@ -202,7 +202,7 @@ Attribute& Attr::elementAttribute() |
{ |
ASSERT(m_element); |
ASSERT(m_element->elementData()); |
- return *m_element->ensureUniqueElementData().getAttributeItem(qualifiedName()); |
+ return *m_element->ensureUniqueElementData().findAttributeByName(qualifiedName()); |
} |
void Attr::detachFromElementWithValue(const AtomicString& value) |