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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/wml/WMLAnchorElement.h b/WebCore/wml/WMLAnchorElement.h
index abc01c9..6cb36c8 100644
--- a/WebCore/wml/WMLAnchorElement.h
+++ b/WebCore/wml/WMLAnchorElement.h
@@ -30,6 +30,8 @@ class WMLTaskElement;
class WMLAnchorElement : public WMLAElement {
public:
+ static PassRefPtr<WMLAnchorElement> create(const QualifiedName& tagName, Document*);
+
WMLAnchorElement(const QualifiedName& tagName, Document*);
virtual ~WMLAnchorElement();