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

Unified Diff: Source/core/svg/properties/SVGAnimatedProperty.cpp

Issue 262093006: Oilpan: Make the Node hierarchy RefCountedGarbageCollected instead of TreeShared. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Another build fix. 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/properties/SVGAnimatedProperty.cpp
diff --git a/Source/core/svg/properties/SVGAnimatedProperty.cpp b/Source/core/svg/properties/SVGAnimatedProperty.cpp
index 3506f1b286092e74f40c8fff372f313183fe3932..93de66f92c6d8bab9e4774fd8581da113ef0f355 100644
--- a/Source/core/svg/properties/SVGAnimatedProperty.cpp
+++ b/Source/core/svg/properties/SVGAnimatedProperty.cpp
@@ -51,7 +51,9 @@ SVGAnimatedPropertyBase::SVGAnimatedPropertyBase(AnimatedPropertyType type, SVGE
SVGAnimatedPropertyBase::~SVGAnimatedPropertyBase()
{
+#if !ENABLE(OILPAN)
ASSERT(!isAnimating());
kouhei (in TOK) 2014/05/07 04:11:51 isAnimating() check only touches SVGAnimatedProper
Mads Ager (chromium) 2014/05/07 12:13:16 OK, thanks Kouhei. I'll add a FIXME here and file
+#endif
}
void SVGAnimatedPropertyBase::animationStarted()

Powered by Google App Engine
This is Rietveld 408576698