| Index: Source/core/dom/custom/CustomElementMicrotaskRunQueue.h
|
| diff --git a/Source/core/dom/custom/CustomElementMicrotaskRunQueue.h b/Source/core/dom/custom/CustomElementMicrotaskRunQueue.h
|
| index d5863c4199b0a975dc75016df3cbe7340298e09b..bcfb1c2539125695bebf9fda2c47e917f9bedd37 100644
|
| --- a/Source/core/dom/custom/CustomElementMicrotaskRunQueue.h
|
| +++ b/Source/core/dom/custom/CustomElementMicrotaskRunQueue.h
|
| @@ -25,7 +25,7 @@ public:
|
| void requestDispatchIfNeeded();
|
| bool isEmpty() const;
|
|
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| private:
|
| static void dispatchIfAlive(WeakPtr<CustomElementMicrotaskRunQueue> self);
|
|
|