| Index: Source/core/dom/Element.cpp
|
| diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp
|
| index 14825c8d561016c4acea93202accb04b75c4f1a3..50052fd58801f03b8f85fae1744a941013f72c37 100644
|
| --- a/Source/core/dom/Element.cpp
|
| +++ b/Source/core/dom/Element.cpp
|
| @@ -2021,11 +2021,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) {
|
|
|