| Index: Source/core/css/parser/CSSPropertyParser.cpp
|
| diff --git a/Source/core/css/parser/CSSPropertyParser.cpp b/Source/core/css/parser/CSSPropertyParser.cpp
|
| index 415f1c423d1ebccb836c0fb79e4af934945a7574..9bbcd526f8892565f7cb4544d8ce06fc2cdc5252 100644
|
| --- a/Source/core/css/parser/CSSPropertyParser.cpp
|
| +++ b/Source/core/css/parser/CSSPropertyParser.cpp
|
| @@ -7666,12 +7666,6 @@ bool CSSPropertyParser::parseSVGValue(CSSPropertyID propId, bool important)
|
| validPrimitive = validUnit(value, FLength | FPercent, SVGAttributeMode);
|
| break;
|
|
|
| - case CSSPropertyEnableBackground:
|
| - // accumulate | new [x] [y] [width] [height] | inherit
|
| - if (id == CSSValueAccumulate) // TODO : new
|
| - validPrimitive = true;
|
| - break;
|
| -
|
| case CSSPropertyClipPath:
|
| case CSSPropertyFilter:
|
| case CSSPropertyMarkerStart:
|
|
|