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

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

Issue 304453002: Prepare SMILTimeContainer for oilpan (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address comments 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.h
diff --git a/Source/core/svg/animation/SVGSMILElement.h b/Source/core/svg/animation/SVGSMILElement.h
index f3a61951273182edbff49f39f4f6f9cb01913f86..53ebec950bebd863e9a9c4dde21b276e9636d607 100644
--- a/Source/core/svg/animation/SVGSMILElement.h
+++ b/Source/core/svg/animation/SVGSMILElement.h
@@ -255,7 +255,7 @@ private:
SMILTime m_nextProgressTime;
- RefPtr<SMILTimeContainer> m_timeContainer;
+ RefPtrWillBeMember<SMILTimeContainer> m_timeContainer;
unsigned m_documentOrderIndex;
Vector<unsigned> m_repeatEventCountList;

Powered by Google App Engine
This is Rietveld 408576698