| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index e8c444e2286792322aa7285565fbb52402c497c1..336dc9acd9f48d661ed6154cf880d6130bb2ceff 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -210,7 +210,6 @@ public:
|
| PassRefPtr<Attr> getAttributeNode(const AtomicString& name);
|
| PassRefPtr<Attr> getAttributeNodeNS(const AtomicString& namespaceURI, const AtomicString& localName);
|
| PassRefPtr<Attr> setAttributeNode(Attr*, ExceptionState&);
|
| - PassRefPtr<Attr> setAttributeNodeNS(Attr*, ExceptionState&);
|
| PassRefPtr<Attr> removeAttributeNode(Attr*, ExceptionState&);
|
|
|
| PassRefPtr<Attr> attrIfExists(const QualifiedName&);
|
|
|