| Index: Source/core/html/HTMLDataListElement.h
|
| diff --git a/Source/core/html/HTMLDataListElement.h b/Source/core/html/HTMLDataListElement.h
|
| index e882fe3e388528dbecf08cb284eb70e65ee77501..e41a0e8e95cc258ca2690744137ddf44fc625a37 100644
|
| --- a/Source/core/html/HTMLDataListElement.h
|
| +++ b/Source/core/html/HTMLDataListElement.h
|
| @@ -39,14 +39,14 @@ namespace WebCore {
|
|
|
| class HTMLDataListElement FINAL : public HTMLElement {
|
| public:
|
| - static PassRefPtr<HTMLDataListElement> create(const QualifiedName&, Document&);
|
| + static PassRefPtr<HTMLDataListElement> create(Document&);
|
|
|
| PassRefPtr<HTMLCollection> options();
|
|
|
| void optionElementChildrenChanged();
|
|
|
| private:
|
| - HTMLDataListElement(const QualifiedName&, Document&);
|
| + HTMLDataListElement(Document&);
|
| };
|
|
|
| DEFINE_NODE_TYPE_CASTS(HTMLDataListElement, hasTagName(HTMLNames::datalistTag));
|
|
|