| Index: Source/core/dom/DocumentOrderedList.h
|
| diff --git a/Source/core/dom/DocumentOrderedList.h b/Source/core/dom/DocumentOrderedList.h
|
| index f42b6dae1c3de8f8ffd0c73dfbecfb783724f95f..7cc6d0f14487e8b128504a9fd54672d467ec372e 100644
|
| --- a/Source/core/dom/DocumentOrderedList.h
|
| +++ b/Source/core/dom/DocumentOrderedList.h
|
| @@ -54,7 +54,7 @@ public:
|
| iterator begin() { return m_nodes.begin(); }
|
| iterator end() { return m_nodes.end(); }
|
|
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| private:
|
| WillBeHeapListHashSet<RawPtrWillBeMember<Node>, 32> m_nodes;
|
|
|