Index: Source/core/html/forms/TelephoneInputType.cpp |
diff --git a/Source/core/html/forms/TelephoneInputType.cpp b/Source/core/html/forms/TelephoneInputType.cpp |
index 675af858daa0f8760256e21d26785842a1cef680..19d11320f6b789a3598960d231e1e6bcf32b0913 100644 |
--- a/Source/core/html/forms/TelephoneInputType.cpp |
+++ b/Source/core/html/forms/TelephoneInputType.cpp |
@@ -56,9 +56,4 @@ bool TelephoneInputType::shouldRespectSpeechAttribute() |
return true; |
} |
-bool TelephoneInputType::isTelephoneField() const |
-{ |
- return true; |
-} |
- |
} // namespace blink |