| Index: Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp
|
| diff --git a/Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp b/Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp
|
| index 524dcd0e9d26987ddaa884876dac3b352f17baa9..a9f4d62b4151cad86cf7c1f22cef313743956b87 100644
|
| --- a/Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp
|
| +++ b/Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp
|
| @@ -95,4 +95,16 @@ void CustomElementMicrotaskDispatcher::doDispatch()
|
| m_phase = Quiescent;
|
| }
|
|
|
| +#if !defined(NDEBUG)
|
| +void CustomElementMicrotaskDispatcher::show()
|
| +{
|
| + m_resolutionAndImports->show(0);
|
| +}
|
| +
|
| +void showCEMQ()
|
| +{
|
| + CustomElementMicrotaskDispatcher::instance().show();
|
| +}
|
| +#endif
|
| +
|
| } // namespace WebCore
|
|
|