| Index: Source/core/rendering/svg/SVGResources.cpp
|
| diff --git a/Source/core/rendering/svg/SVGResources.cpp b/Source/core/rendering/svg/SVGResources.cpp
|
| index c8d0ca9056702416058914e3707e7788d64b197f..bb7913dafd03ebe1c5b87e47b20b15c6d572c359 100644
|
| --- a/Source/core/rendering/svg/SVGResources.cpp
|
| +++ b/Source/core/rendering/svg/SVGResources.cpp
|
| @@ -167,7 +167,6 @@ static inline bool svgPaintTypeHasURL(SVGPaintType paintType)
|
| case SVG_PAINTTYPE_URI_NONE:
|
| case SVG_PAINTTYPE_URI_CURRENTCOLOR:
|
| case SVG_PAINTTYPE_URI_RGBCOLOR:
|
| - case SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR:
|
| case SVG_PAINTTYPE_URI:
|
| return true;
|
| default:
|
|
|