Index: Source/core/html/HTMLFormElement.cpp |
diff --git a/Source/core/html/HTMLFormElement.cpp b/Source/core/html/HTMLFormElement.cpp |
index 28c2aae3434b6655d624367f04acada8e54167a4..b1d18f65c5f38929d4dc8e6584180389d648367d 100644 |
--- a/Source/core/html/HTMLFormElement.cpp |
+++ b/Source/core/html/HTMLFormElement.cpp |
@@ -665,11 +665,6 @@ void HTMLFormElement::setMethod(const AtomicString& value) |
setAttribute(methodAttr, value); |
} |
-AtomicString HTMLFormElement::target() const |
-{ |
- return getAttribute(targetAttr); |
-} |
- |
bool HTMLFormElement::wasUserSubmitted() const |
{ |
return m_wasUserSubmitted; |