Index: Source/core/dom/Element.cpp |
=================================================================== |
--- Source/core/dom/Element.cpp (revision 172146) |
+++ Source/core/dom/Element.cpp (working copy) |
@@ -1985,6 +1985,11 @@ |
return oldAttrNode.release(); |
} |
+PassRefPtr<Attr> Element::setAttributeNodeNS(Attr* attr, ExceptionState& exceptionState) |
+{ |
+ return setAttributeNode(attr, exceptionState); |
+} |
+ |
PassRefPtr<Attr> Element::removeAttributeNode(Attr* attr, ExceptionState& exceptionState) |
{ |
if (!attr) { |