diff options
Diffstat (limited to 'WebCore/wml/WMLOptGroupElement.h')
-rw-r--r-- | WebCore/wml/WMLOptGroupElement.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/wml/WMLOptGroupElement.h b/WebCore/wml/WMLOptGroupElement.h index 682c68c..3cfa47d 100644 --- a/WebCore/wml/WMLOptGroupElement.h +++ b/WebCore/wml/WMLOptGroupElement.h @@ -29,6 +29,8 @@ namespace WebCore { class WMLOptGroupElement : public WMLFormControlElement, public OptionGroupElement { public: + static PassRefPtr<WMLOptGroupElement> create(const QualifiedName&, Document*); + WMLOptGroupElement(const QualifiedName& tagName, Document*); virtual ~WMLOptGroupElement(); |