Index: Source/core/dom/Element.cpp |
diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp |
index 0ed7188a034e1c42c5583d9f46090202d1aa902e..4431ae49acf752b8fa195b1baa0b57182a2672d3 100644 |
--- a/Source/core/dom/Element.cpp |
+++ b/Source/core/dom/Element.cpp |
@@ -2023,11 +2023,6 @@ PassRefPtr<Attr> Element::setAttributeNode(Attr* attrNode, ExceptionState& excep |
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) { |