Index: Source/core/html/forms/TelephoneInputType.h |
diff --git a/Source/core/html/forms/TelephoneInputType.h b/Source/core/html/forms/TelephoneInputType.h |
index 5d11d69f874860d67c331006c7e48b186becb540..e78e541e9f57df8a9c40d53945d698caacfbdef8 100644 |
--- a/Source/core/html/forms/TelephoneInputType.h |
+++ b/Source/core/html/forms/TelephoneInputType.h |
@@ -41,8 +41,8 @@ public: |
private: |
TelephoneInputType(HTMLInputElement& element) : BaseTextInputType(element) { } |
- virtual void countUsage() override; |
- virtual const AtomicString& formControlType() const override; |
+ void countUsage() override; |
+ const AtomicString& formControlType() const override; |
}; |
} // namespace blink |