Index: Source/core/html/forms/InputType.cpp |
diff --git a/Source/core/html/forms/InputType.cpp b/Source/core/html/forms/InputType.cpp |
index 650e9a695a8de9391f3bb0a744117e69aaeacc14..94209d5a4d3f86afd7a5ab0769d57a9c47833424 100644 |
--- a/Source/core/html/forms/InputType.cpp |
+++ b/Source/core/html/forms/InputType.cpp |
@@ -618,11 +618,6 @@ bool InputType::shouldRespectListAttribute() |
return false; |
} |
-bool InputType::shouldRespectSpeechAttribute() |
-{ |
- return false; |
-} |
- |
bool InputType::isTextButton() const |
{ |
return false; |