| Index: Source/core/animation/SVGStrokeDasharrayStyleInterpolation.cpp
|
| diff --git a/Source/core/animation/SVGStrokeDasharrayStyleInterpolation.cpp b/Source/core/animation/SVGStrokeDasharrayStyleInterpolation.cpp
|
| index f1f9ce4fd21356e79bd6a2111cbdf41d85749e39..d2f2867c9558599906222d12b6e4bfab2367f44c 100644
|
| --- a/Source/core/animation/SVGStrokeDasharrayStyleInterpolation.cpp
|
| +++ b/Source/core/animation/SVGStrokeDasharrayStyleInterpolation.cpp
|
| @@ -19,7 +19,7 @@ bool isNone(const CSSValue& value)
|
| {
|
| if (!value.isPrimitiveValue())
|
| return false;
|
| - const CSSPrimitiveValue primitiveValue = toCSSPrimitiveValue(value);
|
| + const CSSPrimitiveValue& primitiveValue = toCSSPrimitiveValue(value);
|
| return primitiveValue.isValueID() && primitiveValue.getValueID() == CSSValueNone;
|
| }
|
|
|
|
|