| Index: third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.h b/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| index c96d36849263391d78c11ea2fb060a63b5cc797c..efac38ef76c478aaabaa8f20db170216ba2b7f9c 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| @@ -50,7 +50,6 @@ class CORE_EXPORT HTMLInputElement : public TextControlElement {
|
|
|
| public:
|
| static HTMLInputElement* create(Document&,
|
| - HTMLFormElement*,
|
| bool createdByParser);
|
| ~HTMLInputElement() override;
|
| DECLARE_VIRTUAL_TRACE();
|
| @@ -288,7 +287,7 @@ class CORE_EXPORT HTMLInputElement : public TextControlElement {
|
| unsigned sizeOfRadioGroup() const;
|
|
|
| protected:
|
| - HTMLInputElement(Document&, HTMLFormElement*, bool createdByParser);
|
| + HTMLInputElement(Document&, bool createdByParser);
|
|
|
| void defaultEventHandler(Event*) override;
|
|
|
|
|