| Index: Source/core/css/SVGCSSComputedStyleDeclaration.cpp
|
| diff --git a/Source/core/css/SVGCSSComputedStyleDeclaration.cpp b/Source/core/css/SVGCSSComputedStyleDeclaration.cpp
|
| index bb904d7adcf3b6027e58d2c2053ba350f8d0c0a2..4b9944734cffb79d6640362a10644456bb1f3709 100644
|
| --- a/Source/core/css/SVGCSSComputedStyleDeclaration.cpp
|
| +++ b/Source/core/css/SVGCSSComputedStyleDeclaration.cpp
|
| @@ -221,7 +221,6 @@ PassRefPtrWillBeRawPtr<CSSValue> CSSComputedStyleDeclaration::getSVGPropertyCSSV
|
| return CSSPrimitiveValue::create(svgStyle->maskType());
|
| case CSSPropertyMarker:
|
| case CSSPropertyEnableBackground:
|
| - case CSSPropertyColorProfile:
|
| // the above properties are not yet implemented in the engine
|
| break;
|
| default:
|
|
|