| 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 09d7600d2aa070dd3895b6751bdf83fc26d61b59..f5f4aca971065f949a42a752caea190cf9271f10 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSlotElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSlotElement.h
|
| @@ -80,7 +80,7 @@ class CORE_EXPORT HTMLSlotElement final : public HTMLElement {
|
| void attributeChanged(const QualifiedName&,
|
| const AtomicString& oldValue,
|
| const AtomicString& newValue,
|
| - AttributeModificationReason = ModifiedDirectly) final;
|
| + AttributeModificationReason) final;
|
|
|
| int tabIndex() const override;
|
| AtomicString name() const;
|
|
|