summaryrefslogtreecommitdiffstats
path: root/WebCore/wml/WMLAnchorElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/wml/WMLAnchorElement.h')
-rw-r--r--WebCore/wml/WMLAnchorElement.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/wml/WMLAnchorElement.h b/WebCore/wml/WMLAnchorElement.h
index f4afee4..abc01c9 100644
--- a/WebCore/wml/WMLAnchorElement.h
+++ b/WebCore/wml/WMLAnchorElement.h
@@ -37,7 +37,8 @@ public:
private:
friend class WMLTaskElement;
- void registerTask(WMLTaskElement* task) { m_task = task; }
+ void registerTask(WMLTaskElement*);
+ void deregisterTask(WMLTaskElement*);
WMLTaskElement* m_task;
};