| Index: Source/core/dom/custom/CustomElementMicrotaskResolutionStep.h
|
| diff --git a/Source/core/dom/custom/CustomElementMicrotaskResolutionStep.h b/Source/core/dom/custom/CustomElementMicrotaskResolutionStep.h
|
| index f77b2a885453da7a768769221d52f76dfabaaced..ff936ddaa737354a6c5acc1b71cb970be10bc1e7 100644
|
| --- a/Source/core/dom/custom/CustomElementMicrotaskResolutionStep.h
|
| +++ b/Source/core/dom/custom/CustomElementMicrotaskResolutionStep.h
|
| @@ -54,6 +54,10 @@ private:
|
|
|
| virtual Result process() OVERRIDE;
|
|
|
| +#if !defined(NDEBUG)
|
| + virtual void show(unsigned indent) OVERRIDE;
|
| +#endif
|
| +
|
| RefPtr<CustomElementRegistrationContext> m_context;
|
| RefPtr<Element> m_element;
|
| CustomElementDescriptor m_descriptor;
|
|
|