| Index: third_party/WebKit/Source/core/html/HTMLSlotElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLSlotElement.h b/third_party/WebKit/Source/core/html/HTMLSlotElement.h
|
| index f5f4aca971065f949a42a752caea190cf9271f10..609f822aad5882cce27db8376d441e122283342f 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSlotElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSlotElement.h
|
| @@ -77,10 +77,7 @@ class CORE_EXPORT HTMLSlotElement final : public HTMLElement {
|
| void attachLayoutTree(const AttachContext& = AttachContext()) final;
|
| void detachLayoutTree(const AttachContext& = AttachContext()) final;
|
|
|
| - void attributeChanged(const QualifiedName&,
|
| - const AtomicString& oldValue,
|
| - const AtomicString& newValue,
|
| - AttributeModificationReason) final;
|
| + void attributeChanged(const AttributeModificationParams&) final;
|
|
|
| int tabIndex() const override;
|
| AtomicString name() const;
|
|
|