| Index: Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| diff --git a/Source/core/css/ComputedStyleCSSValueMapping.cpp b/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| index a01987a08007707275c5b9af054df2ca4ca30c90..5171f6272a5d2960b1ec442d006b564c42d57ca9 100644
|
| --- a/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| +++ b/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| @@ -2629,7 +2629,6 @@ PassRefPtrWillBeRawPtr<CSSValue> ComputedStyleCSSValueMapping::get(CSSPropertyID
|
| case CSSPropertyMaskType:
|
| return CSSPrimitiveValue::create(svgStyle.maskType());
|
| case CSSPropertyMarker:
|
| - case CSSPropertyEnableBackground:
|
| // the above properties are not yet implemented in the engine
|
| return nullptr;
|
| case CSSPropertyCx:
|
|
|