| Index: Source/core/dom/custom/CustomElementMicrotaskRunQueue.cpp
|
| diff --git a/Source/core/dom/custom/CustomElementMicrotaskRunQueue.cpp b/Source/core/dom/custom/CustomElementMicrotaskRunQueue.cpp
|
| index 27fabcf5d134e648da1406299e9b1601cd2c3d74..a7e6d2642870572efa42492fc3a82f71d1dff259 100644
|
| --- a/Source/core/dom/custom/CustomElementMicrotaskRunQueue.cpp
|
| +++ b/Source/core/dom/custom/CustomElementMicrotaskRunQueue.cpp
|
| @@ -71,14 +71,4 @@ bool CustomElementMicrotaskRunQueue::isEmpty() const
|
| return m_syncQueue->isEmpty() && m_asyncQueue->isEmpty();
|
| }
|
|
|
| -#if !defined(NDEBUG)
|
| -void CustomElementMicrotaskRunQueue::show(unsigned indent)
|
| -{
|
| - fprintf(stderr, "Sync:\n");
|
| - m_syncQueue->show(indent);
|
| - fprintf(stderr, "Async:\n");
|
| - m_asyncQueue->show(indent);
|
| -}
|
| -#endif
|
| -
|
| } // namespace blink
|
|
|