| Index: Source/core/rendering/svg/SVGResources.h
|
| diff --git a/Source/core/rendering/svg/SVGResources.h b/Source/core/rendering/svg/SVGResources.h
|
| index f32d494760cb4b746fee8e31d33d31864a69e0fe..d17fb122a869e1572d54ed8602e164854c37347f 100644
|
| --- a/Source/core/rendering/svg/SVGResources.h
|
| +++ b/Source/core/rendering/svg/SVGResources.h
|
| @@ -156,7 +156,7 @@ private:
|
| // From SVG 1.1 2nd Edition
|
| // fill: 'shapes' and 'text content elements'
|
| // stroke: 'shapes' and 'text content elements'
|
| - // -> altGlyph, circle, ellipse, line, path, polygon, polyline, rect, text, textPath, tspan
|
| + // -> circle, ellipse, line, path, polygon, polyline, rect, text, textPath, tspan
|
| struct FillStrokeData {
|
| WTF_MAKE_FAST_ALLOCATED;
|
| public:
|
|
|