| 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 d582204818c964ab5a888f1ab84fa6d50f303958..ce445e7c0b8c02e0f18cdf663448f7a0ed975db1 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSlotElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSlotElement.h
|
| @@ -82,9 +82,9 @@ class CORE_EXPORT HTMLSlotElement final : public HTMLElement {
|
| short tabIndex() const override;
|
| AtomicString name() const;
|
|
|
| - // This method can be slow because this has to traverse the children of a shadow host.
|
| - // This method should be used only when m_assignedNodes is dirty.
|
| - // e.g. To detect a slotchange event in DOM mutations.
|
| + // This method can be slow because this has to traverse the children of a
|
| + // shadow host. This method should be used only when m_assignedNodes is
|
| + // dirty. e.g. To detect a slotchange event in DOM mutations.
|
| bool hasAssignedNodesSlow() const;
|
| bool findHostChildWithSameSlotName() const;
|
|
|
|
|