Index: Source/core/svg/animation/SVGSMILElement.cpp |
diff --git a/Source/core/svg/animation/SVGSMILElement.cpp b/Source/core/svg/animation/SVGSMILElement.cpp |
index ab3a186602ab6dda37f2ed0648565b0ef09a22de..c631429ae19c20d0465b56bdd620fa0070cd0af0 100644 |
--- a/Source/core/svg/animation/SVGSMILElement.cpp |
+++ b/Source/core/svg/animation/SVGSMILElement.cpp |
@@ -1366,6 +1366,7 @@ void SVGSMILElement::trace(Visitor* visitor) |
visitor->trace(m_syncBaseDependents); |
#endif |
SVGElement::trace(visitor); |
+ SVGTests::trace(visitor); |
} |
-} |
+} // namespace blink |