| Index: Source/web/WebElement.cpp
|
| diff --git a/Source/web/WebElement.cpp b/Source/web/WebElement.cpp
|
| index 488605c1ce99538112f8827577308aa4b44b4b3d..4d097a71e529c35937d32739e1d6ebf481985480 100644
|
| --- a/Source/web/WebElement.cpp
|
| +++ b/Source/web/WebElement.cpp
|
| @@ -62,12 +62,6 @@ WebString WebElement::tagName() const
|
| return constUnwrap<Element>()->tagName();
|
| }
|
|
|
| -bool WebElement::hasTagName(const WebString& tagName) const
|
| -{
|
| - return equalIgnoringCase(constUnwrap<Element>()->tagName(),
|
| - tagName.operator String());
|
| -}
|
| -
|
| bool WebElement::hasHTMLTagName(const WebString& tagName) const
|
| {
|
| // How to create class nodeName localName
|
|
|