Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1711)

Unified Diff: Source/core/svg/animation/SVGSMILElement.cpp

Issue 304453002: Prepare SMILTimeContainer for oilpan (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: change containers and evict invalid keys manually Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/svg/animation/SVGSMILElement.cpp
diff --git a/Source/core/svg/animation/SVGSMILElement.cpp b/Source/core/svg/animation/SVGSMILElement.cpp
index a97bc50d29b62d72b57d37142800813dfc989bbc..f8e60b0faccee423f402785d76d6b8f31003c4bb 100644
--- a/Source/core/svg/animation/SVGSMILElement.cpp
+++ b/Source/core/svg/animation/SVGSMILElement.cpp
@@ -1349,6 +1349,7 @@ void SVGSMILElement::Condition::trace(Visitor* visitor)
void SVGSMILElement::trace(Visitor* visitor)
{
visitor->trace(m_targetElement);
+ visitor->trace(m_timeContainer);
visitor->trace(m_conditions);
visitor->trace(m_syncBaseDependents);
SVGElement::trace(visitor);
« Source/core/svg/animation/SMILTimeContainer.cpp ('K') | « Source/core/svg/animation/SVGSMILElement.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698