| 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 b41f7eca2eb7beb0256dd4c7e7b8c02972bcb6f5..e737c823a9056669a388f60c2f1acf6d9b10b5b5 100644
|
| --- a/tools/dom/templates/html/impl/impl_SVGElement.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_SVGElement.darttemplate
|
| @@ -146,7 +146,7 @@ $(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS
|
|
|
| $if JSINTEROP
|
| set _svgClassName(AnimatedString value) =>
|
| - _blink.BlinkSVGElement.instance.className_Setter_(unwrap_jso(this), unwrap_jso(value));
|
| + _blink.BlinkSVGElement.instance.className_Setter_(this, value);
|
|
|
| String get className => _svgClassName.baseVal;
|
|
|
|
|