summaryrefslogtreecommitdiffstats
path: root/webkit/api/public/WebFrameClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/api/public/WebFrameClient.h')
-rw-r--r--webkit/api/public/WebFrameClient.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/api/public/WebFrameClient.h b/webkit/api/public/WebFrameClient.h
index ae64cdb..297eb62 100644
--- a/webkit/api/public/WebFrameClient.h
+++ b/webkit/api/public/WebFrameClient.h
@@ -39,7 +39,7 @@
namespace WebKit {
class WebDataSource;
-class WebForm;
+class WebFormElement;
class WebFrame;
class WebMediaPlayer;
class WebMediaPlayerClient;
@@ -117,7 +117,7 @@ public:
// Navigational notifications ------------------------------------------
// A form submission is about to occur.
- virtual void willSubmitForm(WebFrame*, const WebForm&) { }
+ virtual void willSubmitForm(WebFrame*, const WebFormElement&) { }
// A client-side redirect will occur. This may correspond to a <META
// refresh> or some script activity.