Index: Source/core/dom/custom/CustomElementMicrotaskImportStep.h |
diff --git a/Source/core/dom/custom/CustomElementMicrotaskImportStep.h b/Source/core/dom/custom/CustomElementMicrotaskImportStep.h |
index cd5d3ee39c041bb5b000c9d349f6a62d2712c4be..0509391a12be77196a47b531abb2fac05ec8713e 100644 |
--- a/Source/core/dom/custom/CustomElementMicrotaskImportStep.h |
+++ b/Source/core/dom/custom/CustomElementMicrotaskImportStep.h |
@@ -63,7 +63,7 @@ public: |
WeakPtr<CustomElementMicrotaskImportStep> weakPtr() { return m_weakFactory.createWeakPtr(); } |
#endif |
- virtual void trace(Visitor*) override; |
+ DECLARE_VIRTUAL_TRACE(); |
private: |
explicit CustomElementMicrotaskImportStep(HTMLImportChild*); |