Index: Source/core/css/parser/CSSPropertyParser.cpp |
diff --git a/Source/core/css/parser/CSSPropertyParser.cpp b/Source/core/css/parser/CSSPropertyParser.cpp |
index 56a7999db19e4e9fd0561e53bf6fe1b643de2302..d6adf408fa0dd8ef47ac102cc09f2b483cde474b 100644 |
--- a/Source/core/css/parser/CSSPropertyParser.cpp |
+++ b/Source/core/css/parser/CSSPropertyParser.cpp |
@@ -8256,11 +8256,6 @@ bool CSSPropertyParser::parseSVGValue(CSSPropertyID propId, bool important) |
validPrimitive = true; |
break; |
- case CSSPropertyColorProfile: // auto | sRGB | <name> | <uri> inherit |
- if (id == CSSValueAuto || id == CSSValueSrgb) |
- validPrimitive = true; |
- break; |
- |
case CSSPropertyColorInterpolation: // auto | sRGB | linearRGB | inherit |
case CSSPropertyColorInterpolationFilters: |
if (id == CSSValueAuto || id == CSSValueSrgb || id == CSSValueLinearrgb) |