| Index: Source/core/animation/StringKeyframe.cpp
|
| diff --git a/Source/core/animation/StringKeyframe.cpp b/Source/core/animation/StringKeyframe.cpp
|
| index d21f5a4a1bfc393b2e54b0b1ea55cbc7897efaed..1c57bbffa129f8d16c95547216ed26c97d0c0844 100644
|
| --- a/Source/core/animation/StringKeyframe.cpp
|
| +++ b/Source/core/animation/StringKeyframe.cpp
|
| @@ -472,7 +472,7 @@ namespace {
|
|
|
| PassRefPtrWillBeRawPtr<Interpolation> createSVGInterpolation(SVGPropertyBase* fromValue, SVGPropertyBase* toValue, SVGAnimatedPropertyBase* attribute)
|
| {
|
| - RefPtrWillBeRawPtr<Interpolation> interpolation;
|
| + RefPtrWillBeRawPtr<Interpolation> interpolation = nullptr;
|
| ASSERT(fromValue->type() == toValue->type());
|
| switch (fromValue->type()) {
|
| case AnimatedAngle:
|
|
|