| 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 b8f7c799b431d5fcd4c47fcc8f526f81f43f0460..933acecfb78f36e5ecff923c5480beac3fe13b33 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFormControlElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFormControlElement.h
|
| @@ -135,6 +135,10 @@ class CORE_EXPORT HTMLFormControlElement : public LabelableElement,
|
| protected:
|
| HTMLFormControlElement(const QualifiedName& tagName, Document&);
|
|
|
| + void attributeChanged(const QualifiedName&,
|
| + const AtomicString&,
|
| + const AtomicString&,
|
| + AttributeModificationReason) override;
|
| void parseAttribute(const QualifiedName&,
|
| const AtomicString&,
|
| const AtomicString&) override;
|
|
|