summaryrefslogtreecommitdiffstats
path: root/WebKit/chromium/public/WebFormElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/chromium/public/WebFormElement.h')
-rw-r--r--WebKit/chromium/public/WebFormElement.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebKit/chromium/public/WebFormElement.h b/WebKit/chromium/public/WebFormElement.h
index 6a0b24e..2b4ee53 100644
--- a/WebKit/chromium/public/WebFormElement.h
+++ b/WebKit/chromium/public/WebFormElement.h
@@ -63,6 +63,7 @@ namespace WebKit {
WEBKIT_API WebString action() const;
WEBKIT_API WebString name() const;
WEBKIT_API WebString method() const;
+ WEBKIT_API bool wasUserSubmitted() const;
WEBKIT_API void submit();
// FIXME: Deprecate and replace with WebVector<WebElement>.
WEBKIT_API void getNamedElements(const WebString&, WebVector<WebNode>&);