diff options
Diffstat (limited to 'WebCore/wml/WMLAElement.h')
-rw-r--r-- | WebCore/wml/WMLAElement.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/wml/WMLAElement.h b/WebCore/wml/WMLAElement.h index b21ebb6..9dcda6b 100644 --- a/WebCore/wml/WMLAElement.h +++ b/WebCore/wml/WMLAElement.h @@ -33,6 +33,8 @@ namespace WebCore { class WMLAElement : public WMLElement { public: + static PassRefPtr<WMLAElement> create(const QualifiedName& tagName, Document*); + WMLAElement(const QualifiedName& tagName, Document*); virtual bool supportsFocus() const; |