Index: third_party/WebKit/Source/core/dom/shadow/SlotAssignment.cpp |
diff --git a/third_party/WebKit/Source/core/dom/shadow/SlotAssignment.cpp b/third_party/WebKit/Source/core/dom/shadow/SlotAssignment.cpp |
index 44274a29c1a4add2cce6e37d51527076f286a0a9..a13e9fb731cedae1bc806c0054377f6922f66da2 100644 |
--- a/third_party/WebKit/Source/core/dom/shadow/SlotAssignment.cpp |
+++ b/third_party/WebKit/Source/core/dom/shadow/SlotAssignment.cpp |
@@ -107,6 +107,7 @@ void SlotAssignment::distribute(Node& hostChild, HTMLSlotElement& slot) |
DEFINE_TRACE(SlotAssignment) |
{ |
+ visitor->trace(m_descendantSlots); |
visitor->trace(m_assignment); |
} |