diff options
Diffstat (limited to 'webkit/glue/form_data.h')
-rw-r--r-- | webkit/glue/form_data.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/glue/form_data.h b/webkit/glue/form_data.h index 9d9061d..6af9b28 100644 --- a/webkit/glue/form_data.h +++ b/webkit/glue/form_data.h @@ -18,9 +18,9 @@ struct FormData { string16 name; // GET or POST. string16 method; - // The URL (minus query parameters) containing the form + // The URL (minus query parameters) containing the form. GURL origin; - // The action target of the form + // The action target of the form. GURL action; // A vector of all the input fields in the form. std::vector<FormField> fields; |