Index: Source/core/dom/DocumentOrderedMap.h |
diff --git a/Source/core/dom/DocumentOrderedMap.h b/Source/core/dom/DocumentOrderedMap.h |
index 24c762f519e51174fdcd4fb40e0364623731a2b0..55455c236cb59d614cc5877e000b3b0be77a5e01 100644 |
--- a/Source/core/dom/DocumentOrderedMap.h |
+++ b/Source/core/dom/DocumentOrderedMap.h |
@@ -58,7 +58,7 @@ public: |
Element* getElementByLowercasedMapName(const AtomicString&, const TreeScope*) const; |
Element* getElementByLabelForAttribute(const AtomicString&, const TreeScope*) const; |
- void trace(Visitor*); |
+ DECLARE_TRACE(); |
private: |
template<bool keyMatches(const AtomicString&, const Element&)> |
@@ -72,7 +72,7 @@ private: |
{ |
} |
- void trace(Visitor*); |
+ DECLARE_TRACE(); |
RawPtrWillBeMember<Element> element; |
unsigned count; |