| Index: Source/core/dom/custom/CustomElementMicrotaskStep.h
|
| diff --git a/Source/core/dom/custom/CustomElementMicrotaskStep.h b/Source/core/dom/custom/CustomElementMicrotaskStep.h
|
| index 7930c9b464fe9639f3cd51eac0e21121c7e48448..05c6b96fd2cf28a04c423799e9c51ed690a0fb29 100644
|
| --- a/Source/core/dom/custom/CustomElementMicrotaskStep.h
|
| +++ b/Source/core/dom/custom/CustomElementMicrotaskStep.h
|
| @@ -49,7 +49,7 @@ public:
|
|
|
| virtual Result process() = 0;
|
|
|
| - virtual void trace(Visitor*) { }
|
| + DEFINE_INLINE_VIRTUAL_TRACE() { }
|
|
|
| #if !defined(NDEBUG)
|
| virtual void show(unsigned indent) = 0;
|
|
|