| Index: Source/core/layout/style/SVGLayoutStyle.cpp
|
| diff --git a/Source/core/layout/style/SVGLayoutStyle.cpp b/Source/core/layout/style/SVGLayoutStyle.cpp
|
| index 55957ff9cd4c6cb754709a64c0715080b48a343a..5d7759dc0ff41424ac8df3618d0d801c747e4850 100644
|
| --- a/Source/core/layout/style/SVGLayoutStyle.cpp
|
| +++ b/Source/core/layout/style/SVGLayoutStyle.cpp
|
| @@ -175,7 +175,7 @@ bool SVGLayoutStyle::diffNeedsLayoutAndPaintInvalidation(const SVGLayoutStyle* o
|
|
|
| // Some stroke properties, requires relayouts, as the cached stroke boundaries need to be recalculated.
|
| if (stroke.get() != other->stroke.get()) {
|
| - if (*stroke->width != *other->stroke->width
|
| + if (stroke->width != other->stroke->width
|
| || stroke->paintType != other->stroke->paintType
|
| || stroke->paintColor != other->stroke->paintColor
|
| || stroke->paintUri != other->stroke->paintUri
|
|
|