summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLFormElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLFormElement.h')
-rw-r--r--WebCore/html/HTMLFormElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLFormElement.h b/WebCore/html/HTMLFormElement.h
index 923c734..a2142ec 100644
--- a/WebCore/html/HTMLFormElement.h
+++ b/WebCore/html/HTMLFormElement.h
@@ -91,7 +91,7 @@ public:
virtual bool isURLAttribute(Attribute*) const;
- void submitClick(Event*);
+ void submitImplicitly(Event*, bool fromTextField);
bool formWouldHaveSecureSubmission(const String& url);
String name() const;