| 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 bf36612cb38d3211b4fb332ced1f86e90bd5f716..7725689dd453b9459e25f1c06e2785d0cc663aff 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSlotElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSlotElement.h
|
| @@ -63,7 +63,7 @@ public:
|
|
|
| void lazyReattachDistributedNodesIfNeeded();
|
|
|
| - void attach(const AttachContext& = AttachContext()) final;
|
| + void attachLayoutTree(const AttachContext& = AttachContext()) final;
|
| void detach(const AttachContext& = AttachContext()) final;
|
|
|
| void attributeChanged(const QualifiedName&, const AtomicString& oldValue, const AtomicString& newValue, AttributeModificationReason = ModifiedDirectly) final;
|
|
|