Index: Source/core/html/HTMLAnchorElement.cpp |
diff --git a/Source/core/html/HTMLAnchorElement.cpp b/Source/core/html/HTMLAnchorElement.cpp |
index 23399c3a9dd798cdf50a89350e4fd089aeb50ae9..c9bf7fdf46487ca18fd55fadc7896deb0b6d5f1b 100644 |
--- a/Source/core/html/HTMLAnchorElement.cpp |
+++ b/Source/core/html/HTMLAnchorElement.cpp |
@@ -120,11 +120,6 @@ PassRefPtr<HTMLAnchorElement> HTMLAnchorElement::create(Document& document) |
return adoptRef(new HTMLAnchorElement(aTag, document)); |
} |
-PassRefPtr<HTMLAnchorElement> HTMLAnchorElement::create(const QualifiedName& tagName, Document& document) |
-{ |
- return adoptRef(new HTMLAnchorElement(tagName, document)); |
-} |
- |
HTMLAnchorElement::~HTMLAnchorElement() |
{ |
} |