Index: Source/core/html/HTMLFormElement.h |
diff --git a/Source/core/html/HTMLFormElement.h b/Source/core/html/HTMLFormElement.h |
index a3fdfaa8952aae91427ce964849f527bda0b3d1f..a73acb85c9cf8fbc9bf58a6efd423f4880b0244f 100644 |
--- a/Source/core/html/HTMLFormElement.h |
+++ b/Source/core/html/HTMLFormElement.h |
@@ -90,8 +90,6 @@ public: |
String method() const; |
void setMethod(const AtomicString&); |
- virtual AtomicString target() const OVERRIDE; |
- |
bool wasUserSubmitted() const; |
HTMLFormControlElement* defaultButton() const; |