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..f09aa9ebe27c07df6c0889e8766d6fd55bbc41f3 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; |
+ const AtomicString& defaultAutocapitalize() const override; |
}; |
} // namespace blink |