| Index: Source/core/animation/EffectInput.cpp
|
| diff --git a/Source/core/animation/EffectInput.cpp b/Source/core/animation/EffectInput.cpp
|
| index 03f3893830b27631661f57df7f6db8e3b0ca1afc..d66c01c2be878658dbf3bab55da325854447e0e0 100644
|
| --- a/Source/core/animation/EffectInput.cpp
|
| +++ b/Source/core/animation/EffectInput.cpp
|
| @@ -207,7 +207,7 @@ PassRefPtrWillBeRawPtr<EffectModel> EffectInput::convert(Element* element, const
|
| 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();
|
|
|