| Index: Source/core/dom/Element.cpp
|
| diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp
|
| index c53453f090cbf6b8d868b3acbbbfb21d46723784..3f9f07c699ad01b94e96393d04013e8341af2554 100644
|
| --- a/Source/core/dom/Element.cpp
|
| +++ b/Source/core/dom/Element.cpp
|
| @@ -1227,11 +1227,6 @@ String Element::nodeName() const
|
| return m_tagName.toString();
|
| }
|
|
|
| -String Element::nodeNamePreservingCase() const
|
| -{
|
| - return m_tagName.toString();
|
| -}
|
| -
|
| void Element::setPrefix(const AtomicString& prefix, ExceptionState& exceptionState)
|
| {
|
| UseCounter::count(document(), UseCounter::ElementSetPrefix);
|
|
|