Index: Source/core/svg/SVGElementInstance.cpp |
diff --git a/Source/core/svg/SVGElementInstance.cpp b/Source/core/svg/SVGElementInstance.cpp |
index ffd09345b1ef2c93296fdb5318b981f9b0629245..127b9da6086cf2bb2ce270bc7bf163ef3c1206b6 100644 |
--- a/Source/core/svg/SVGElementInstance.cpp |
+++ b/Source/core/svg/SVGElementInstance.cpp |
@@ -234,6 +234,7 @@ void SVGElementInstance::trace(Visitor* visitor) |
visitor->trace(m_nextSibling); |
visitor->trace(m_firstChild); |
visitor->trace(m_lastChild); |
+ EventTarget::trace(visitor); |
} |
} |