| Index: Source/core/animation/EffectInput.cpp
|
| diff --git a/Source/core/animation/EffectInput.cpp b/Source/core/animation/EffectInput.cpp
|
| index 7979107ae05ec1bae1daf3830941dea96a6690e6..89a3d6034f14f7d1b917abcb4e3d436ae8f3799e 100644
|
| --- a/Source/core/animation/EffectInput.cpp
|
| +++ b/Source/core/animation/EffectInput.cpp
|
| @@ -207,7 +207,7 @@ EffectModel* EffectInput::convert(Element* element, const Vector<Dictionary>& ke
|
| double lastOffset = 0;
|
|
|
| for (const auto& keyframeDictionary : keyframeDictionaryVector) {
|
| - RefPtrWillBeRawPtr<StringKeyframe> keyframe = StringKeyframe::create();
|
| + RefPtr<StringKeyframe> keyframe = StringKeyframe::create();
|
|
|
| ScriptValue scriptValue;
|
| bool frameHasOffset = DictionaryHelper::get(keyframeDictionary, "offset", scriptValue) && !scriptValue.isNull();
|
|
|