| Index: third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskDispatcher.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskDispatcher.cpp b/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskDispatcher.cpp
|
| index fa661ccf85209979722fa075ee599f9e90f776f5..64aaaf8a13fdca0633a6341d401e52aa23c4df70 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskDispatcher.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskDispatcher.cpp
|
| @@ -58,8 +58,7 @@ void V0CustomElementMicrotaskDispatcher::doDispatch() {
|
| // Finishing microtask work deletes all
|
| // V0CustomElementCallbackQueues. Being in a callback delivery scope
|
| // implies those queues could still be in use.
|
| - ASSERT_WITH_SECURITY_IMPLICATION(
|
| - !V0CustomElementProcessingStack::inCallbackDeliveryScope());
|
| + SECURITY_DCHECK(!V0CustomElementProcessingStack::inCallbackDeliveryScope());
|
|
|
| m_phase = Resolving;
|
|
|
|
|