Index: Source/core/dom/custom/CustomElementRegistry.h |
diff --git a/Source/core/dom/custom/CustomElementRegistry.h b/Source/core/dom/custom/CustomElementRegistry.h |
index e4b249f3a2189cb4df413afd10bf18b4b457bf9d..0295a7a17209f809b3416f13dc50ea3f8ab33fb9 100644 |
--- a/Source/core/dom/custom/CustomElementRegistry.h |
+++ b/Source/core/dom/custom/CustomElementRegistry.h |
@@ -50,7 +50,7 @@ class CustomElementRegistry final { |
WTF_MAKE_NONCOPYABLE(CustomElementRegistry); |
DISALLOW_ALLOCATION(); |
public: |
- void trace(Visitor*); |
+ DECLARE_TRACE(); |
void documentWasDetached() { m_documentWasDetached = true; } |
protected: |