| Index: third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLSelectElement.h b/third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| index acda5ac4feefe34d3545574c1644c8c0628c0877..7e12b735aab7b8d54c8152bbcd204d1da7f7c54f 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| @@ -54,7 +54,6 @@ class CORE_EXPORT HTMLSelectElement final
|
|
|
| public:
|
| static HTMLSelectElement* create(Document&);
|
| - static HTMLSelectElement* create(Document&, HTMLFormElement*);
|
| ~HTMLSelectElement() override;
|
|
|
| int selectedIndex() const;
|
| @@ -173,7 +172,7 @@ class CORE_EXPORT HTMLSelectElement final
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| protected:
|
| - HTMLSelectElement(Document&, HTMLFormElement*);
|
| + explicit HTMLSelectElement(Document&);
|
|
|
| private:
|
| const AtomicString& formControlType() const override;
|
|
|