Index: Source/core/animation/StringKeyframe.cpp |
diff --git a/Source/core/animation/StringKeyframe.cpp b/Source/core/animation/StringKeyframe.cpp |
index 00338b4adc56bd9c6fcf1fc87d3b960b66d6d937..419ec3847ec5261d3a924ceef5fbec5ee891a907 100644 |
--- a/Source/core/animation/StringKeyframe.cpp |
+++ b/Source/core/animation/StringKeyframe.cpp |
@@ -49,6 +49,7 @@ PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> StringKeyframe::creat |
void StringKeyframe::trace(Visitor* visitor) |
{ |
+ visitor->trace(m_propertySet); |
Keyframe::trace(visitor); |
} |