| Index: third_party/WebKit/Source/core/html/HTMLFormControlElementWithState.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFormControlElementWithState.h b/third_party/WebKit/Source/core/html/HTMLFormControlElementWithState.h
|
| index 5252879ef673165927d3e5e747155f692562930b..4cd0c183f683348fa4afe1c59639d409a3977314 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFormControlElementWithState.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFormControlElementWithState.h
|
| @@ -47,9 +47,7 @@ class CORE_EXPORT HTMLFormControlElementWithState
|
| void notifyFormStateChanged();
|
|
|
| protected:
|
| - HTMLFormControlElementWithState(const QualifiedName& tagName,
|
| - Document&,
|
| - HTMLFormElement*);
|
| + HTMLFormControlElementWithState(const QualifiedName& tagName, Document&);
|
|
|
| void finishParsingChildren() override;
|
| InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
|
|