| Index: sky/engine/core/dom/custom/CustomElementMicrotaskRunQueue.h
|
| diff --git a/sky/engine/core/dom/custom/CustomElementMicrotaskRunQueue.h b/sky/engine/core/dom/custom/CustomElementMicrotaskRunQueue.h
|
| index 0cee2033eea44e841a34a0796d595ba047c218d9..d8f7b8618af2521cfad6c5659fb0bea5a6a3e547 100644
|
| --- a/sky/engine/core/dom/custom/CustomElementMicrotaskRunQueue.h
|
| +++ b/sky/engine/core/dom/custom/CustomElementMicrotaskRunQueue.h
|
| @@ -27,10 +27,6 @@ public:
|
|
|
| void trace(Visitor*);
|
|
|
| -#if !defined(NDEBUG)
|
| - void show(unsigned indent);
|
| -#endif
|
| -
|
| private:
|
| CustomElementMicrotaskRunQueue();
|
|
|
|
|