summaryrefslogtreecommitdiffstats
path: root/WebCore/wml/WMLGoElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/wml/WMLGoElement.h')
-rw-r--r--WebCore/wml/WMLGoElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/wml/WMLGoElement.h b/WebCore/wml/WMLGoElement.h
index 75c1858..36c7be2 100644
--- a/WebCore/wml/WMLGoElement.h
+++ b/WebCore/wml/WMLGoElement.h
@@ -39,7 +39,7 @@ public:
void deregisterPostfieldElement(WMLPostfieldElement*);
virtual void parseMappedAttribute(MappedAttribute*);
- virtual void executeTask(Event*);
+ virtual void executeTask();
private:
void preparePOSTRequest(ResourceRequest&, bool inSameDeck, const String& cacheControl);