diff options
Diffstat (limited to 'webkit/glue/form_data.h')
-rw-r--r-- | webkit/glue/form_data.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/glue/form_data.h b/webkit/glue/form_data.h index 5309a2e..9d9061d 100644 --- a/webkit/glue/form_data.h +++ b/webkit/glue/form_data.h @@ -16,6 +16,8 @@ namespace webkit_glue { struct FormData { // The name of the form. string16 name; + // GET or POST. + string16 method; // The URL (minus query parameters) containing the form GURL origin; // The action target of the form |