| Index: third_party/WebKit/Source/core/html/HTMLOptGroupElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLOptGroupElement.h b/third_party/WebKit/Source/core/html/HTMLOptGroupElement.h
|
| index aaf30b09ec0cbea174431e5f756c5afc572e03d5..8c4926c82c6ecf27528c21a9add66cbe7fd6a882 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLOptGroupElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLOptGroupElement.h
|
| @@ -51,9 +51,7 @@ class CORE_EXPORT HTMLOptGroupElement final : public HTMLElement {
|
| ~HTMLOptGroupElement();
|
|
|
| bool supportsFocus() const override;
|
| - void parseAttribute(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
| void accessKeyAction(bool sendMouseEvents) override;
|
| void didAddUserAgentShadowRoot(ShadowRoot&) override;
|
| void attachLayoutTree(const AttachContext& = AttachContext()) override;
|
|
|