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..41ff1e08a282e77654cd57917897f60d640298a2 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*); |
+ HTMLSelectElement(Document&); |
tkent
2016/12/09 01:27:30
Prepend 'explicit'
|
private: |
const AtomicString& formControlType() const override; |