| Index: third_party/WebKit/Source/core/html/HTMLFormControlElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFormControlElement.h b/third_party/WebKit/Source/core/html/HTMLFormControlElement.h
|
| index 79334a5742306a002f7d121528d85f36ce1a849c..b8f7c799b431d5fcd4c47fcc8f526f81f43f0460 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFormControlElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFormControlElement.h
|
| @@ -133,9 +133,7 @@ class CORE_EXPORT HTMLFormControlElement : public LabelableElement,
|
| void associateWith(HTMLFormElement*) override;
|
|
|
| protected:
|
| - HTMLFormControlElement(const QualifiedName& tagName,
|
| - Document&,
|
| - HTMLFormElement*);
|
| + HTMLFormControlElement(const QualifiedName& tagName, Document&);
|
|
|
| void parseAttribute(const QualifiedName&,
|
| const AtomicString&,
|
|
|