Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

Unified Diff: components/autofill/core/common/form_field_data.h

Issue 1615003002: Fix behavior of HTMLInputElement.maxLength/minLength getter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try to fix interactive tests Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/autofill/core/common/form_field_data.h
diff --git a/components/autofill/core/common/form_field_data.h b/components/autofill/core/common/form_field_data.h
index f711b77c829929f26e60af5e1e1539193fc397f1..a2e4bd394099c6aa2fa55436c454e3df2b440db2 100644
--- a/components/autofill/core/common/form_field_data.h
+++ b/components/autofill/core/common/form_field_data.h
@@ -45,7 +45,7 @@ struct FormFieldData {
base::string16 value;
std::string form_control_type;
std::string autocomplete_attribute;
- size_t max_length;
+ int max_length;
bool is_autofilled;
bool is_checked;
bool is_checkable;

Powered by Google App Engine
This is Rietveld 408576698