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

Unified Diff: Source/core/animation/css/CSSAnimationData.cpp

Issue 207683005: Oilpan: Move CSSAnimationData and CSSAnimationDataList to oilpan's heap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
« no previous file with comments | « Source/core/animation/css/CSSAnimationData.h ('k') | Source/core/animation/css/CSSAnimationDataList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/css/CSSAnimationData.cpp
diff --git a/Source/core/animation/css/CSSAnimationData.cpp b/Source/core/animation/css/CSSAnimationData.cpp
index d1a9ce95ea960ecce10d8b87d1dbe2c9cf4db0c7..87236ef20ae4f046129d227d5a14053abdb905b6 100644
--- a/Source/core/animation/css/CSSAnimationData.cpp
+++ b/Source/core/animation/css/CSSAnimationData.cpp
@@ -49,8 +49,7 @@ CSSAnimationData::CSSAnimationData()
}
CSSAnimationData::CSSAnimationData(const CSSAnimationData& o)
- : RefCounted<CSSAnimationData>()
- , m_name(o.m_name)
+ : m_name(o.m_name)
, m_property(o.m_property)
, m_mode(o.m_mode)
, m_iterationCount(o.m_iterationCount)
« no previous file with comments | « Source/core/animation/css/CSSAnimationData.h ('k') | Source/core/animation/css/CSSAnimationDataList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698