| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index b7ab024e80db9358e02f6172f6c7f81534ecf041..e4c44f36290ece8481964875206736907fd0174e 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&);
|
|
|