diff options
author | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-23 07:08:12 +0000 |
---|---|---|
committer | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-23 07:08:12 +0000 |
commit | 7f512a0c118966c285254f037f68a952d6aeb0dc (patch) | |
tree | 4ce2954a8cc72cc3598b1c8b10a0790e35df6144 /webkit | |
parent | 70049d93a7248acfefbdf16c573fb95e32a8fdfc (diff) | |
download | chromium_src-7f512a0c118966c285254f037f68a952d6aeb0dc.zip chromium_src-7f512a0c118966c285254f037f68a952d6aeb0dc.tar.gz chromium_src-7f512a0c118966c285254f037f68a952d6aeb0dc.tar.bz2 |
Add preliminary support for the autocompletetype atttribute for phone/fax prefix and suffix.
BUG=92121
TEST=unit_tests --gtest_filter=FormStructureTest.*:AutofillManagerTest.*
Review URL: http://codereview.chromium.org/7694017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97827 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/glue/form_field.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/form_field.h b/webkit/glue/form_field.h index bde8a53..06cd202 100644 --- a/webkit/glue/form_field.h +++ b/webkit/glue/form_field.h @@ -29,7 +29,7 @@ struct FormField { string16 value; string16 form_control_type; string16 autocomplete_type; - int max_length; + size_t max_length; bool is_autofilled; // For the HTML snippet |<option value="US">United States</option>|, the |