| Index: sky/engine/core/dom/custom/CustomElementMicrotaskResolutionStep.cpp
|
| diff --git a/sky/engine/core/dom/custom/CustomElementMicrotaskResolutionStep.cpp b/sky/engine/core/dom/custom/CustomElementMicrotaskResolutionStep.cpp
|
| index 8a422d5e60efff8c463b4ed3380b8c4a2117c684..a397b5f8bcb61a18f521fe4730703484154e01ef 100644
|
| --- a/sky/engine/core/dom/custom/CustomElementMicrotaskResolutionStep.cpp
|
| +++ b/sky/engine/core/dom/custom/CustomElementMicrotaskResolutionStep.cpp
|
| @@ -65,12 +65,4 @@ void CustomElementMicrotaskResolutionStep::trace(Visitor* visitor)
|
| CustomElementMicrotaskStep::trace(visitor);
|
| }
|
|
|
| -#if !defined(NDEBUG)
|
| -void CustomElementMicrotaskResolutionStep::show(unsigned indent)
|
| -{
|
| - fprintf(stderr, "%*sResolution: ", indent, "");
|
| - m_element->outerHTML().show();
|
| -}
|
| -#endif
|
| -
|
| } // namespace blink
|
|
|