| Index: Source/core/animation/css/CSSPropertyEquality.cpp
|
| diff --git a/Source/core/animation/css/CSSPropertyEquality.cpp b/Source/core/animation/css/CSSPropertyEquality.cpp
|
| index bdc3e0d52e1a7a9f902c5c21ac3b61289690e01d..1051332511e33d299d5e83f266b94a877d2335eb 100644
|
| --- a/Source/core/animation/css/CSSPropertyEquality.cpp
|
| +++ b/Source/core/animation/css/CSSPropertyEquality.cpp
|
| @@ -223,7 +223,7 @@ bool CSSPropertyEquality::propertiesEqual(CSSPropertyID prop, const LayoutStyle&
|
| case CSSPropertyStrokeDasharray:
|
| return dataEquivalent(a.strokeDashArray(), b.strokeDashArray());
|
| case CSSPropertyStrokeDashoffset:
|
| - return dataEquivalent(a.strokeDashOffset(), b.strokeDashOffset());
|
| + return a.strokeDashOffset() == b.strokeDashOffset();
|
| case CSSPropertyStrokeMiterlimit:
|
| return a.strokeMiterLimit() == b.strokeMiterLimit();
|
| case CSSPropertyStrokeOpacity:
|
|
|