summaryrefslogtreecommitdiffstats
path: root/WebCore/wml/WMLTableElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/wml/WMLTableElement.h')
-rw-r--r--WebCore/wml/WMLTableElement.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/wml/WMLTableElement.h b/WebCore/wml/WMLTableElement.h
index 22a9676..9f0a592 100644
--- a/WebCore/wml/WMLTableElement.h
+++ b/WebCore/wml/WMLTableElement.h
@@ -30,6 +30,8 @@ class HTMLCollection;
class WMLTableElement : public WMLElement {
public:
+ static PassRefPtr<WMLTableElement> create(const QualifiedName&, Document*);
+
WMLTableElement(const QualifiedName& tagName, Document*);
virtual ~WMLTableElement();