summaryrefslogtreecommitdiffstats
path: root/WebCore/wml/WMLOptionElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/wml/WMLOptionElement.cpp')
-rw-r--r--WebCore/wml/WMLOptionElement.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/wml/WMLOptionElement.cpp b/WebCore/wml/WMLOptionElement.cpp
index ca4ea91..bc97215 100644
--- a/WebCore/wml/WMLOptionElement.cpp
+++ b/WebCore/wml/WMLOptionElement.cpp
@@ -39,6 +39,11 @@ WMLOptionElement::WMLOptionElement(const QualifiedName& tagName, Document* doc)
{
}
+PassRefPtr<WMLOptionElement> WMLOptionElement::create(const QualifiedName& tagName, Document* document)
+{
+ return adoptRef(new WMLOptionElement(tagName, document));
+}
+
WMLOptionElement::~WMLOptionElement()
{
}