| Index: client/html/release/htmlimpl.dart
|
| diff --git a/client/html/release/htmlimpl.dart b/client/html/release/htmlimpl.dart
|
| index e61ae76213b39a7fd6dc425c8293d5ca86b62db5..ee8e7bcea24a4ccf2bcfee76a25d06daf9ebe493 100644
|
| --- a/client/html/release/htmlimpl.dart
|
| +++ b/client/html/release/htmlimpl.dart
|
| @@ -24051,7 +24051,7 @@ class _SVGClassSet extends _CssClassSet {
|
|
|
| String _className() => _element.className.baseVal;
|
|
|
| - viod _write(Set s) {
|
| + void _write(Set s) {
|
| _element.className.baseVal = _formatSet(s);
|
| }
|
| }
|
|
|