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