diff options
Diffstat (limited to 'WebCore/wml/WMLAccessElement.h')
-rw-r--r-- | WebCore/wml/WMLAccessElement.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/wml/WMLAccessElement.h b/WebCore/wml/WMLAccessElement.h index 83290e4..eb7436c 100644 --- a/WebCore/wml/WMLAccessElement.h +++ b/WebCore/wml/WMLAccessElement.h @@ -28,6 +28,8 @@ namespace WebCore { class WMLAccessElement : public WMLElement { public: + static PassRefPtr<WMLAccessElement> create(const QualifiedName& tagName, Document*); + WMLAccessElement(const QualifiedName& tagName, Document*); virtual void parseMappedAttribute(Attribute*); |