| 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 95adb520cf719a3e5c7e12adf604ef9addee4618..f0a254732be0f1e2ceb46dc53880c19b9b761730 100644
|
| --- a/lib/dom/templates/html/impl/impl_SVGElement.darttemplate
|
| +++ b/lib/dom/templates/html/impl/impl_SVGElement.darttemplate
|
| @@ -13,7 +13,7 @@ class _AttributeClassSet extends _CssClassSet {
|
| }
|
|
|
| class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| - Set<String> get classes() {
|
| + CSSClassSet get classes() {
|
| if (_cssClassSet === null) {
|
| _cssClassSet = new _AttributeClassSet(_ptr);
|
| }
|
|
|