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