| 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 386b0fe2c8f895384d1229eecd17f87fdee0b9d8..2c8a2ed430baf716e62b7bb6cdb3b1f2d016f00d 100644
|
| --- a/third_party/WebKit/Source/core/dom/shadow/SlotAssignment.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/shadow/SlotAssignment.cpp
|
| @@ -87,7 +87,7 @@ void SlotAssignment::resolveAssignment(ShadowRoot& shadowRoot)
|
|
|
| void SlotAssignment::assign(Node& hostChild, HTMLSlotElement& slot)
|
| {
|
| - ASSERT(hostChild.isSlotAssignable());
|
| + DCHECK(hostChild.isSlotAssignable());
|
| m_assignment.add(&hostChild, &slot);
|
| slot.appendAssignedNode(hostChild);
|
| if (isHTMLSlotElement(hostChild))
|
|
|