Index: Source/core/html/ClassList.h |
diff --git a/Source/core/html/ClassList.h b/Source/core/html/ClassList.h |
index cce2a27c85c418a6b37767a3f26979514526b0c6..be76bc1d1e2c985a6c5697471b8831f29d4df260 100644 |
--- a/Source/core/html/ClassList.h |
+++ b/Source/core/html/ClassList.h |
@@ -57,7 +57,7 @@ public: |
void clearValueForQuirksMode() { m_classNamesForQuirksMode = nullptr; } |
- virtual void trace(Visitor*) override; |
+ DECLARE_VIRTUAL_TRACE(); |
private: |
explicit ClassList(Element*); |