summaryrefslogtreecommitdiffstats
path: root/webkit/glue/form_field.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/form_field.h')
-rw-r--r--webkit/glue/form_field.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/glue/form_field.h b/webkit/glue/form_field.h
index 2a1ffcf..56d8969 100644
--- a/webkit/glue/form_field.h
+++ b/webkit/glue/form_field.h
@@ -22,6 +22,7 @@ class FormField {
const string16& value,
const string16& form_control_type,
int size);
+ ~FormField();
const string16& label() const { return label_; }
const string16& name() const { return name_; }