| Index: Source/core/dom/custom/CustomElementMicrotaskDispatcher.h
|
| diff --git a/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h b/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h
|
| index effdc042defc4a2b5e0e148ee51108a69f7d22ac..eda3f0450e295e6efc4dbae92f1084ff03bc8e6d 100644
|
| --- a/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h
|
| +++ b/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h
|
| @@ -31,6 +31,10 @@ public:
|
|
|
| bool elementQueueIsEmpty() { return m_elements.isEmpty(); }
|
|
|
| +#if !defined(NDEBUG)
|
| + void show();
|
| +#endif
|
| +
|
| private:
|
| CustomElementMicrotaskDispatcher();
|
|
|
|
|