Index: Source/core/dom/shadow/ElementShadow.cpp |
diff --git a/Source/core/dom/shadow/ElementShadow.cpp b/Source/core/dom/shadow/ElementShadow.cpp |
index 7eba847a37e99afc129c170826305360ff37d5cd..68cf27d1307ce80bac126d0e975a7b490448058d 100644 |
--- a/Source/core/dom/shadow/ElementShadow.cpp |
+++ b/Source/core/dom/shadow/ElementShadow.cpp |
@@ -371,7 +371,7 @@ void ElementShadow::clearDistribution() |
root->setShadowInsertionPointOfYoungerShadowRoot(nullptr); |
} |
-void ElementShadow::trace(Visitor* visitor) |
+DEFINE_TRACE(ElementShadow) |
{ |
#if ENABLE(OILPAN) |
visitor->trace(m_nodeToInsertionPoints); |