| Index: Source/core/layout/style/SVGLayoutStyle.cpp
|
| diff --git a/Source/core/layout/style/SVGLayoutStyle.cpp b/Source/core/layout/style/SVGLayoutStyle.cpp
|
| index ad8d14ccc1eaf38132a57160da017d82fee33c6f..ca4e17dbfeb51137332243dee571f847323f63c4 100644
|
| --- a/Source/core/layout/style/SVGLayoutStyle.cpp
|
| +++ b/Source/core/layout/style/SVGLayoutStyle.cpp
|
| @@ -107,7 +107,7 @@ void SVGLayoutStyle::inheritFrom(const SVGLayoutStyle* svgInheritParent)
|
| svg_inherited_flags = svgInheritParent->svg_inherited_flags;
|
| }
|
|
|
| -void SVGLayoutStyle::copyNonInheritedFrom(const SVGLayoutStyle* other)
|
| +void SVGLayoutStyle::copyNonInheritedFromCached(const SVGLayoutStyle* other)
|
| {
|
| svg_noninherited_flags = other->svg_noninherited_flags;
|
| stops = other->stops;
|
|
|