| Index: Source/core/dom/Attr.cpp
|
| diff --git a/Source/core/dom/Attr.cpp b/Source/core/dom/Attr.cpp
|
| index b60b0313354f642b4d7c186d91da0dd430e3fa82..afb6e8f29681d2380f3a6f88f47fd142e99e805e 100644
|
| --- a/Source/core/dom/Attr.cpp
|
| +++ b/Source/core/dom/Attr.cpp
|
| @@ -187,11 +187,6 @@ void Attr::childrenChanged(bool, Node*, Node*, int)
|
| m_element->attributeChanged(qualifiedName(), newValue);
|
| }
|
|
|
| -bool Attr::isId() const
|
| -{
|
| - return qualifiedName().matches(HTMLNames::idAttr);
|
| -}
|
| -
|
| const AtomicString& Attr::value() const
|
| {
|
| if (m_element)
|
|
|