| Index: Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp
|
| diff --git a/Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp b/Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp
|
| index 9737f34382772af4fc0d98dab29902c1fcc49163..ca716e61001b11c4b98e170b4aa435a6073a4d09 100644
|
| --- a/Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp
|
| +++ b/Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp
|
| @@ -98,7 +98,8 @@ void CustomElementMicrotaskDispatcher::doDispatch()
|
| #if !defined(NDEBUG)
|
| void CustomElementMicrotaskDispatcher::show()
|
| {
|
| - m_resolutionAndImports->show(0);
|
| + fprintf(stderr, "Dispatcher:\n");
|
| + m_resolutionAndImports->show(1);
|
| }
|
| #endif
|
|
|
|
|