summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/chromium/public/WebFormControlElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/chromium/public/WebFormControlElement.h')
-rw-r--r--Source/WebKit/chromium/public/WebFormControlElement.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebKit/chromium/public/WebFormControlElement.h b/Source/WebKit/chromium/public/WebFormControlElement.h
index 56a02dd..e70b995 100644
--- a/Source/WebKit/chromium/public/WebFormControlElement.h
+++ b/Source/WebKit/chromium/public/WebFormControlElement.h
@@ -57,6 +57,8 @@ public:
WEBKIT_API WebString formControlName() const;
WEBKIT_API WebString formControlType() const;
+ WEBKIT_API void dispatchFormControlChangeEvent();
+
// Returns the name that should be used for the specified |element| when
// storing autofill data. This is either the field name or its id, an empty
// string if it has no name and no id.