| Index: lib/html/src/SVGElementWrappingImplementation.dart
|
| diff --git a/lib/html/src/SVGElementWrappingImplementation.dart b/lib/html/src/SVGElementWrappingImplementation.dart
|
| index 04ab4c460b66c9a336f9a36cb4d7dff4f49c58cf..65cbc4c1cc5c0cbd532f093e1c8fe52515ff9356 100644
|
| --- a/lib/html/src/SVGElementWrappingImplementation.dart
|
| +++ b/lib/html/src/SVGElementWrappingImplementation.dart
|
| @@ -36,7 +36,7 @@ class SVGElementWrappingImplementation extends ElementWrappingImplementation imp
|
| 'top-level elements but 1 expected');
|
| }
|
|
|
| - Set<String> get classes() {
|
| + CSSClassSet get classes() {
|
| if (_cssClassSet === null) {
|
| _cssClassSet = new _SVGClassSet(_ptr);
|
| }
|
|
|