Index: Source/core/html/forms/URLInputType.h |
diff --git a/Source/core/html/forms/URLInputType.h b/Source/core/html/forms/URLInputType.h |
index df2b4ba70f533102cfae212ef8e0b3665294704e..b735d4d30f9afb7a43fd2a573adc4d4246e17b4c 100644 |
--- a/Source/core/html/forms/URLInputType.h |
+++ b/Source/core/html/forms/URLInputType.h |
@@ -41,11 +41,11 @@ public: |
private: |
URLInputType(HTMLInputElement& element) : BaseTextInputType(element) { } |
- virtual void countUsage() override; |
- virtual const AtomicString& formControlType() const override; |
- virtual bool typeMismatchFor(const String&) const override; |
- virtual bool typeMismatch() const override; |
- virtual String typeMismatchText() const override; |
+ void countUsage() override; |
+ const AtomicString& formControlType() const override; |
+ bool typeMismatchFor(const String&) const override; |
+ bool typeMismatch() const override; |
+ String typeMismatchText() const override; |
}; |
} // namespace blink |