Index: Source/core/animation/AnimatableUnknownTest.cpp |
diff --git a/Source/core/animation/AnimatableUnknownTest.cpp b/Source/core/animation/AnimatableUnknownTest.cpp |
index 5ca176071084dd2e7e07fac350af80fe89f174a0..2785dfe049751466b705cc487a426335ee2016de 100644 |
--- a/Source/core/animation/AnimatableUnknownTest.cpp |
+++ b/Source/core/animation/AnimatableUnknownTest.cpp |
@@ -51,10 +51,10 @@ protected: |
otherAnimatableUnknown = AnimatableUnknown::create(otherCSSValue); |
} |
- RefPtr<CSSValue> cssValue; |
+ RefPtrWillBePersistent<CSSValue> cssValue; |
RefPtr<AnimatableValue> animatableUnknown; |
- RefPtr<CSSValue> otherCSSValue; |
+ RefPtrWillBePersistent<CSSValue> otherCSSValue; |
RefPtr<AnimatableValue> otherAnimatableUnknown; |
}; |