| Index: third_party/WebKit/Source/core/html/HTMLAreaElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLAreaElement.h b/third_party/WebKit/Source/core/html/HTMLAreaElement.h
|
| index 7baddadfa98823b51851567e5235dedde864a0fa..ade9667f4c0ad4945fd73c1feee3ec986808d0d9 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLAreaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLAreaElement.h
|
| @@ -60,9 +60,7 @@ class CORE_EXPORT HTMLAreaElement final : public HTMLAnchorElement {
|
| explicit HTMLAreaElement(Document&);
|
| ~HTMLAreaElement();
|
|
|
| - void parseAttribute(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
| bool isKeyboardFocusable() const override;
|
| bool isMouseFocusable() const override;
|
| bool layoutObjectIsFocusable() const override;
|
|
|