| Index: third_party/WebKit/Source/core/dom/shadow/SlotAssignment.h
|
| diff --git a/third_party/WebKit/Source/core/dom/shadow/SlotAssignment.h b/third_party/WebKit/Source/core/dom/shadow/SlotAssignment.h
|
| index a13e9ecadf1304bbac590cb0c0838f0f63bd87e2..d4aed8d2cc1c8d21bd7fd641e30fada92c056759 100644
|
| --- a/third_party/WebKit/Source/core/dom/shadow/SlotAssignment.h
|
| +++ b/third_party/WebKit/Source/core/dom/shadow/SlotAssignment.h
|
| @@ -18,7 +18,8 @@ class HTMLSlotElement;
|
| class Node;
|
| class ShadowRoot;
|
|
|
| -// TODO(hayato): Support SlotAssignment for non-shadow trees, e.g. a document tree.
|
| +// TODO(hayato): Support SlotAssignment for non-shadow trees, e.g. a document
|
| +// tree.
|
| class SlotAssignment final : public GarbageCollected<SlotAssignment> {
|
| public:
|
| static SlotAssignment* create(ShadowRoot& owner) {
|
|
|