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