| Index: Source/core/layout/style/SVGLayoutStyle.cpp
|
| diff --git a/Source/core/layout/style/SVGLayoutStyle.cpp b/Source/core/layout/style/SVGLayoutStyle.cpp
|
| index fdd9c3aaeb494aa3f15922cd59a1a5dad0d08fbc..bd7768ab3a363f15bffc619c519766cf4aaf4e88 100644
|
| --- a/Source/core/layout/style/SVGLayoutStyle.cpp
|
| +++ b/Source/core/layout/style/SVGLayoutStyle.cpp
|
| @@ -214,7 +214,7 @@ bool SVGLayoutStyle::diffNeedsPaintInvalidation(const SVGLayoutStyle* other) con
|
| return true;
|
| }
|
|
|
| - // If gradient stops change, we just need to issue paint invalidations. Style updates are already handled through RenderSVGGradientSTop.
|
| + // If gradient stops change, we just need to issue paint invalidations. Style updates are already handled through LayoutSVGGradientSTop.
|
| if (stops != other->stops)
|
| return true;
|
|
|
|
|