Index: tools/dom/templates/html/impl/impl_SVGElement.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_SVGElement.darttemplate b/tools/dom/templates/html/impl/impl_SVGElement.darttemplate |
index d52a03862249599b32a99eb373ab206d62269c2d..bcd5eb55efe0dc5e3c5b6b588b1e6d31b055dfab 100644 |
--- a/tools/dom/templates/html/impl/impl_SVGElement.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_SVGElement.darttemplate |
@@ -147,10 +147,5 @@ $(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS |
return e is $CLASSNAME && !(e is UnknownElement); |
} |
-$if JSINTEROP |
- set _svgClassName(AnimatedString value) => |
- _blink.BlinkSVGElement.instance.className_Setter_(this, value); |
- |
-$endif |
$!MEMBERS |
} |