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

Unified Diff: Source/core/svg/SVGSVGElement.h

Issue 304453002: Prepare SMILTimeContainer for oilpan (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix_compile2 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/SVGSVGElement.h
diff --git a/Source/core/svg/SVGSVGElement.h b/Source/core/svg/SVGSVGElement.h
index 70692f3d7864645aa792088739fe24d8ac00bb86..cb4c419e9bcf0e025f3f0857e57818bc1dc5cc46 100644
--- a/Source/core/svg/SVGSVGElement.h
+++ b/Source/core/svg/SVGSVGElement.h
@@ -156,7 +156,7 @@ private:
virtual AffineTransform localCoordinateSpaceTransform(SVGElement::CTMScope) const OVERRIDE;
bool m_useCurrentView;
- RefPtr<SMILTimeContainer> m_timeContainer;
+ RefPtrWillBeMember<SMILTimeContainer> m_timeContainer;
RefPtr<SVGPoint> m_translation;
RefPtrWillBeMember<SVGViewSpec> m_viewSpec;

Powered by Google App Engine
This is Rietveld 408576698