Index: Source/core/html/forms/InputType.cpp |
diff --git a/Source/core/html/forms/InputType.cpp b/Source/core/html/forms/InputType.cpp |
index 1cc5a8e27342c883fdec4e1f217cb7f2ae7abc68..69fdda1ae6607ddec687d09a601925f2b1a8d444 100644 |
--- a/Source/core/html/forms/InputType.cpp |
+++ b/Source/core/html/forms/InputType.cpp |
@@ -147,11 +147,6 @@ bool InputType::isTextType() const |
return false; |
} |
-bool InputType::isRangeControl() const |
-{ |
- return false; |
-} |
- |
bool InputType::shouldSaveAndRestoreFormControlState() const |
{ |
return true; |
@@ -625,91 +620,11 @@ bool InputType::isTextButton() const |
return false; |
} |
-bool InputType::isRadioButton() const |
-{ |
- return false; |
-} |
- |
-bool InputType::isSearchField() const |
-{ |
- return false; |
-} |
- |
-bool InputType::isHiddenType() const |
-{ |
- return false; |
-} |
- |
-bool InputType::isPasswordField() const |
-{ |
- return false; |
-} |
- |
-bool InputType::isCheckbox() const |
-{ |
- return false; |
-} |
- |
-bool InputType::isEmailField() const |
-{ |
- return false; |
-} |
- |
-bool InputType::isFileUpload() const |
-{ |
- return false; |
-} |
- |
-bool InputType::isImageButton() const |
-{ |
- return false; |
-} |
- |
bool InputType::isInteractiveContent() const |
{ |
return true; |
} |
-bool InputType::isNumberField() const |
-{ |
- return false; |
-} |
- |
-bool InputType::isTelephoneField() const |
-{ |
- return false; |
-} |
- |
-bool InputType::isURLField() const |
-{ |
- return false; |
-} |
- |
-bool InputType::isDateField() const |
-{ |
- return false; |
-} |
- |
-bool InputType::isDateTimeLocalField() const |
-{ |
- return false; |
-} |
- |
-bool InputType::isMonthField() const |
-{ |
- return false; |
-} |
- |
-bool InputType::isTimeField() const |
-{ |
- return false; |
-} |
- |
-bool InputType::isWeekField() const |
-{ |
- return false; |
-} |
- |
bool InputType::isEnumeratable() |
{ |
return true; |
@@ -725,11 +640,6 @@ bool InputType::isSteppable() const |
return false; |
} |
-bool InputType::isColorControl() const |
-{ |
- return false; |
-} |
- |
bool InputType::shouldRespectHeightAndWidthAttributes() |
{ |
return false; |