Index: Source/core/html/forms/HiddenInputType.cpp |
diff --git a/Source/core/html/forms/HiddenInputType.cpp b/Source/core/html/forms/HiddenInputType.cpp |
index cdb0d4b1b3401493656686f0f83edd1e0250673b..f9232104b6deb673f776d803a2f6e8219b658821 100644 |
--- a/Source/core/html/forms/HiddenInputType.cpp |
+++ b/Source/core/html/forms/HiddenInputType.cpp |
@@ -97,11 +97,6 @@ void HiddenInputType::setValue(const String& sanitizedValue, bool, TextFieldEven |
element().setAttribute(valueAttr, AtomicString(sanitizedValue)); |
} |
-bool HiddenInputType::isHiddenType() const |
-{ |
- return true; |
-} |
- |
bool HiddenInputType::appendFormData(FormDataList& encoding, bool isMultipartForm) const |
{ |
if (equalIgnoringCase(element().name(), "_charset_")) { |