Index: lib/dom/templates/html/impl/impl_SVGElement.darttemplate |
diff --git a/lib/dom/templates/html/impl/impl_SVGElement.darttemplate b/lib/dom/templates/html/impl/impl_SVGElement.darttemplate |
index 5d30b11ecdde8ae22635f570e911abe966e1adf3..2b1406728dc092bc6925e0000d7766a044f78866 100644 |
--- a/lib/dom/templates/html/impl/impl_SVGElement.darttemplate |
+++ b/lib/dom/templates/html/impl/impl_SVGElement.darttemplate |
@@ -5,7 +5,7 @@ |
class _AttributeClassSet extends _CssClassSet { |
_AttributeClassSet(element) : super(element); |
- String _className() => _element.attributes['class']; |
+ String $dom_className() => _element.attributes['class']; |
void _write(Set s) { |
_element.attributes['class'] = _formatSet(s); |