Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index 97c6b6d70f149e7a9e1227353632eb31b5edd8ee..35321ae41795dcf4958822a763874c9da4123479 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -223,6 +223,7 @@ 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&); |