| Index: third_party/WebKit/Source/core/html/HTMLOptionElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLOptionElement.h b/third_party/WebKit/Source/core/html/HTMLOptionElement.h
|
| index c3143ce33e29aa8842f4bf1af9110134edac7cfc..64509b8df7529899807c55cc81b6058cf53baa11 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLOptionElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLOptionElement.h
|
| @@ -100,9 +100,7 @@ class CORE_EXPORT HTMLOptionElement final : public HTMLElement {
|
| bool matchesEnabledPseudoClass() const override;
|
| void attachLayoutTree(const AttachContext& = AttachContext()) override;
|
| void detachLayoutTree(const AttachContext& = AttachContext()) override;
|
| - void parseAttribute(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
| InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| void removedFrom(ContainerNode*) override;
|
| void accessKeyAction(bool) override;
|
|
|