Index: Source/bindings/scripts/deprecated_code_generator_v8.pm |
diff --git a/Source/bindings/scripts/deprecated_code_generator_v8.pm b/Source/bindings/scripts/deprecated_code_generator_v8.pm |
index d427ea273b9b12641e4d6ab7cb0f7f3ba7b8f337..b06bfc4f7d054b544f6307438074d0e9903fc3b0 100644 |
--- a/Source/bindings/scripts/deprecated_code_generator_v8.pm |
+++ b/Source/bindings/scripts/deprecated_code_generator_v8.pm |
@@ -5845,10 +5845,6 @@ sub AttributeNameForGetterAndSetter |
# To solve this issue the SVGAElement method was renamed to "svgTarget", take care of that when calling this method. |
$attributeName = "svgTarget" if $attributeName eq "target" and $attributeType eq "SVGAnimatedString"; |
- # SVG animated types need to use a special attribute name. |
- # The rest of the special casing for SVG animated types is handled in the language-specific code generators. |
- $attributeName .= "Animated" if IsSVGAnimatedType($attributeType); |
- |
return $attributeName; |
} |