| 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 0812c46278438b7c853e8b3c2159ae73948d36fe..9da0aff786a4221f00e2387a0890516993b9e257 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSlotElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSlotElement.h
|
| @@ -69,6 +69,7 @@ public:
|
| void attributeChanged(const QualifiedName&, const AtomicString& oldValue, const AtomicString& newValue, AttributeModificationReason = ModifiedDirectly) final;
|
|
|
| short tabIndex() const override;
|
| + AtomicString name() const;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|