Index: Source/core/html/ClassList.cpp |
diff --git a/Source/core/html/ClassList.cpp b/Source/core/html/ClassList.cpp |
index 322f3254c31a2d602a8e4ed417156781d426a724..d8898f8a2f97459399675c186566aa5237213d20 100644 |
--- a/Source/core/html/ClassList.cpp |
+++ b/Source/core/html/ClassList.cpp |
@@ -73,7 +73,7 @@ const SpaceSplitString& ClassList::classNames() const |
return m_element->classNames(); |
} |
-void ClassList::trace(Visitor* visitor) |
+DEFINE_TRACE(ClassList) |
{ |
visitor->trace(m_element); |
DOMTokenList::trace(visitor); |