| Index: third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLSelectElement.h b/third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| index 7915295bbd233bb6560930c4c9188e0dea1caaf4..05ea599c9c1217e61e7f156751937d6bbba3c36e 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| @@ -196,9 +196,7 @@ class CORE_EXPORT HTMLSelectElement final
|
| FormControlState saveFormControlState() const override;
|
| void restoreFormControlState(const FormControlState&) override;
|
|
|
| - void parseAttribute(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
| bool isPresentationAttribute(const QualifiedName&) const override;
|
|
|
| LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
|
|