| Index: Source/core/html/forms/BaseTextInputType.h
|
| diff --git a/Source/core/html/forms/BaseTextInputType.h b/Source/core/html/forms/BaseTextInputType.h
|
| index 763dc20002454b8eeddbb6627710c058e795b4da..1e73e6382014ba7c951a543a4cb1f89d30d8b5ba 100644
|
| --- a/Source/core/html/forms/BaseTextInputType.h
|
| +++ b/Source/core/html/forms/BaseTextInputType.h
|
| @@ -49,6 +49,7 @@ private:
|
| bool patternMismatch(const String&) const final;
|
| bool supportsPlaceholder() const final;
|
| bool supportsSelectionAPI() const override;
|
| + bool supportsAutocapitalize() const override;
|
| };
|
|
|
| } // namespace blink
|
|
|