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