Chromium Code Reviews| Index: Source/core/html/CollectionIndexCache.h |
| diff --git a/Source/core/html/CollectionIndexCache.h b/Source/core/html/CollectionIndexCache.h |
| index 297738c79621939af94b0a5aab3443c98c6b54cf..572b18429bcf8c26d0627538fb613f2dbb56cb71 100644 |
| --- a/Source/core/html/CollectionIndexCache.h |
| +++ b/Source/core/html/CollectionIndexCache.h |
| @@ -62,7 +62,7 @@ public: |
| void invalidate(); |
| - void trace(Visitor* visitor) |
| + DEFINE_INLINE_TRACE() |
| { |
| visitor->trace(m_currentNode); |
| } |