| Index: third_party/WebKit/Source/core/dom/custom/CustomElementCallbackQueue.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementCallbackQueue.cpp b/third_party/WebKit/Source/core/dom/custom/CustomElementCallbackQueue.cpp
|
| index f3c5506171f71b99d1ce9e86e82bbd86c1a9b3aa..14a145cc8ce47b7aee5e52778792a7e2cb8b53a6 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementCallbackQueue.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementCallbackQueue.cpp
|
| @@ -49,7 +49,7 @@ CustomElementCallbackQueue::CustomElementCallbackQueue(RawPtr<Element> element)
|
|
|
| bool CustomElementCallbackQueue::processInElementQueue(ElementQueueId caller)
|
| {
|
| - ASSERT(!m_inCreatedCallback);
|
| + DCHECK(!m_inCreatedCallback);
|
| bool didWork = false;
|
|
|
| // Never run custom element callbacks in UA shadow roots since that would
|
|
|