| Index: Source/core/html/HTMLInputElement.h
|
| diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h
|
| index 3f17134962c185b23e2be840ecf247b96388fd72..b907c728a5bdd45c516f463869cc928db58d98ee 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 TextFieldAutocapitalize defaultAutocapitalizeValue() const override final;
|
|
|
| virtual bool isOptionalFormControl() const override final { return !isRequiredFormControl(); }
|
| virtual bool isRequiredFormControl() const override final;
|
|
|