| 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..2a257db8f05f0c592fe60d4da66a779b892332be 100644
|
| --- a/Source/core/css/parser/CSSPropertyParser.cpp
|
| +++ b/Source/core/css/parser/CSSPropertyParser.cpp
|
| @@ -8375,13 +8375,6 @@ bool CSSPropertyParser::parseSVGValue(CSSPropertyID propId, bool important)
|
|
|
| break;
|
|
|
| - case CSSPropertyKerning: // auto | normal | <length> | inherit
|
| - if (id == CSSValueAuto || id == CSSValueNormal)
|
| - validPrimitive = true;
|
| - else
|
| - validPrimitive = validUnit(value, FLength, SVGAttributeMode);
|
| - break;
|
| -
|
| case CSSPropertyClipPath: // <uri> | none | inherit
|
| case CSSPropertyFilter:
|
| if (id == CSSValueNone) {
|
|
|