| Index: Source/core/dom/custom/CustomElementMicrotaskRunQueue.h
|
| diff --git a/Source/core/dom/custom/CustomElementMicrotaskRunQueue.h b/Source/core/dom/custom/CustomElementMicrotaskRunQueue.h
|
| index 13e9243d679bf36117948991fd61a281a312c329..d5863c4199b0a975dc75016df3cbe7340298e09b 100644
|
| --- a/Source/core/dom/custom/CustomElementMicrotaskRunQueue.h
|
| +++ b/Source/core/dom/custom/CustomElementMicrotaskRunQueue.h
|
| @@ -27,10 +27,6 @@ public:
|
|
|
| void trace(Visitor*);
|
|
|
| -#if !defined(NDEBUG)
|
| - void show(unsigned indent);
|
| -#endif
|
| -
|
| private:
|
| static void dispatchIfAlive(WeakPtr<CustomElementMicrotaskRunQueue> self);
|
|
|
|
|