Index: Source/core/html/forms/TextInputType.h |
diff --git a/Source/core/html/forms/TextInputType.h b/Source/core/html/forms/TextInputType.h |
index 8b67be6e8a1541f89fce84c0e5773262732c034a..1be3b59d76290e93e3c6f1add6fe45c2495c18fd 100644 |
--- a/Source/core/html/forms/TextInputType.h |
+++ b/Source/core/html/forms/TextInputType.h |
@@ -44,6 +44,7 @@ private: |
void countUsage() override; |
const AtomicString& formControlType() const override; |
bool supportsInputModeAttribute() const override; |
+ TextFieldAutocapitalize defaultAutocapitalizeValue() const override; |
}; |
} // namespace blink |