Index: Source/core/html/HTMLInputElement.h |
diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h |
index 3f17134962c185b23e2be840ecf247b96388fd72..6f6bc34149cf580062232b790b1ebebcb132339b 100644 |
--- a/Source/core/html/HTMLInputElement.h |
+++ b/Source/core/html/HTMLInputElement.h |
@@ -335,6 +335,8 @@ private: |
virtual void handleFocusEvent(Element* oldFocusedElement, WebFocusType) override final; |
virtual void handleBlurEvent() override final; |
virtual void dispatchFocusInEvent(const AtomicString& eventType, Element* oldFocusedElement, WebFocusType) override final; |
+ virtual bool supportsAutocapitalize() const override final; |
+ virtual const AtomicString& defaultAutocapitalize() const override final; |
virtual bool isOptionalFormControl() const override final { return !isRequiredFormControl(); } |
virtual bool isRequiredFormControl() const override final; |