| 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 933acecfb78f36e5ecff923c5480beac3fe13b33..3902398e620242a75274be44b44728421055daa4 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFormControlElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFormControlElement.h
|
| @@ -135,13 +135,8 @@ 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;
|
| + void attributeChanged(const AttributeModificationParams&) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
| virtual void requiredAttributeChanged();
|
| virtual void disabledAttributeChanged();
|
| void attachLayoutTree(const AttachContext& = AttachContext()) override;
|
|
|