| Index: sky/engine/core/css/parser/CSSPropertyParser.cpp
|
| diff --git a/sky/engine/core/css/parser/CSSPropertyParser.cpp b/sky/engine/core/css/parser/CSSPropertyParser.cpp
|
| index ff99d45dd3c13d728e3796f389cd5fd3df34b6a4..7c6095330bfe21c4bffec7603e2798f5478ed493 100644
|
| --- a/sky/engine/core/css/parser/CSSPropertyParser.cpp
|
| +++ b/sky/engine/core/css/parser/CSSPropertyParser.cpp
|
| @@ -587,7 +587,6 @@ bool CSSPropertyParser::parseValue(CSSPropertyID propId)
|
| ASSERT(RuntimeEnabledFeatures::objectFitPositionEnabled());
|
| parsedValue = parseObjectPosition();
|
| break;
|
| - case CSSPropertyListStyleImage: // <uri> | none | inherit
|
| case CSSPropertyBorderImageSource:
|
| if (id == CSSValueNone) {
|
| parsedValue = cssValuePool().createIdentifierValue(CSSValueNone);
|
| @@ -1083,8 +1082,6 @@ bool CSSPropertyParser::parseValue(CSSPropertyID propId)
|
| // [ [ 'font-style' || 'font-variant' || 'font-weight' ]? 'font-size' [ / 'line-height' ]?
|
| // 'font-family' ] | inherit
|
| return parseFont();
|
| - case CSSPropertyListStyle:
|
| - return parseShorthand(propId, listStyleShorthand());
|
| case CSSPropertyWebkitTextStroke:
|
| return parseShorthand(propId, webkitTextStrokeShorthand());
|
| case CSSPropertyAnimation:
|
|
|