Index: Source/core/svg/SVGElement.cpp |
diff --git a/Source/core/svg/SVGElement.cpp b/Source/core/svg/SVGElement.cpp |
index fdfd69b08660c578cce3ca5d218f0c6adb573abf..335eec7ef1a5df889c620ea975bfe113d36cab12 100644 |
--- a/Source/core/svg/SVGElement.cpp |
+++ b/Source/core/svg/SVGElement.cpp |
@@ -366,7 +366,6 @@ CSSPropertyID SVGElement::cssPropertyIdForSVGAttributeName(const QualifiedName& |
mapAttributeToCSSProperty(propertyNameToIdMap, SVGNames::colorAttr); |
mapAttributeToCSSProperty(propertyNameToIdMap, color_interpolationAttr); |
mapAttributeToCSSProperty(propertyNameToIdMap, color_interpolation_filtersAttr); |
- mapAttributeToCSSProperty(propertyNameToIdMap, color_profileAttr); |
mapAttributeToCSSProperty(propertyNameToIdMap, color_renderingAttr); |
mapAttributeToCSSProperty(propertyNameToIdMap, cursorAttr); |
mapAttributeToCSSProperty(propertyNameToIdMap, SVGNames::directionAttr); |
@@ -645,7 +644,6 @@ AnimatedPropertyType SVGElement::animatedPropertyTypeForCSSAttribute(const Quali |
cssPropertyMap.set(SVGNames::colorAttr, AnimatedColor); |
cssPropertyMap.set(color_interpolationAttr, AnimatedString); |
cssPropertyMap.set(color_interpolation_filtersAttr, AnimatedString); |
- cssPropertyMap.set(color_profileAttr, AnimatedString); |
cssPropertyMap.set(color_renderingAttr, AnimatedString); |
cssPropertyMap.set(cursorAttr, AnimatedString); |
cssPropertyMap.set(displayAttr, AnimatedString); |