| Index: sky/engine/core/dom/custom/CustomElementMicrotaskResolutionStep.h
|
| diff --git a/sky/engine/core/dom/custom/CustomElementMicrotaskResolutionStep.h b/sky/engine/core/dom/custom/CustomElementMicrotaskResolutionStep.h
|
| index f3ccd982b03f493bf068be2a40690e8ba1df8d7f..b7c3f8e5d8aea10b877ba7d1ad34af01e969fe76 100644
|
| --- a/sky/engine/core/dom/custom/CustomElementMicrotaskResolutionStep.h
|
| +++ b/sky/engine/core/dom/custom/CustomElementMicrotaskResolutionStep.h
|
| @@ -57,10 +57,6 @@ private:
|
|
|
| virtual Result process() override;
|
|
|
| -#if !defined(NDEBUG)
|
| - virtual void show(unsigned indent) override;
|
| -#endif
|
| -
|
| RefPtrWillBeMember<CustomElementRegistrationContext> m_context;
|
| RefPtrWillBeMember<Element> m_element;
|
| CustomElementDescriptor m_descriptor;
|
|
|