| Index: sky/engine/core/dom/custom/CustomElementMicrotaskQueueBase.cpp
|
| diff --git a/sky/engine/core/dom/custom/CustomElementMicrotaskQueueBase.cpp b/sky/engine/core/dom/custom/CustomElementMicrotaskQueueBase.cpp
|
| index 3bcbfa9df32bb175cce404d4d87a2865e25fb955..74cd36c0af99f461ef6dec3fc2d6f6c95f09affa 100644
|
| --- a/sky/engine/core/dom/custom/CustomElementMicrotaskQueueBase.cpp
|
| +++ b/sky/engine/core/dom/custom/CustomElementMicrotaskQueueBase.cpp
|
| @@ -17,9 +17,4 @@ void CustomElementMicrotaskQueueBase::dispatch()
|
| m_inDispatch = false;
|
| }
|
|
|
| -void CustomElementMicrotaskQueueBase::trace(Visitor* visitor)
|
| -{
|
| - visitor->trace(m_queue);
|
| -}
|
| -
|
| } // namespace blink
|
|
|