Index: Source/core/animation/animatable/AnimatableValueKeyframe.cpp |
diff --git a/Source/core/animation/animatable/AnimatableValueKeyframe.cpp b/Source/core/animation/animatable/AnimatableValueKeyframe.cpp |
index 7184cbbda91658933d8bd641f18672d76b9e7bca..95c3c387dcd4f454d612fbc550d8f115b148a18b 100644 |
--- a/Source/core/animation/animatable/AnimatableValueKeyframe.cpp |
+++ b/Source/core/animation/animatable/AnimatableValueKeyframe.cpp |
@@ -38,7 +38,9 @@ PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> AnimatableValueKeyfra |
void AnimatableValueKeyframe::trace(Visitor* visitor) |
{ |
+#if ENABLE(OILPAN) |
visitor->trace(m_propertyValues); |
+#endif |
Keyframe::trace(visitor); |
} |