| Index: lib/html/src/XMLElementWrappingImplementation.dart
|
| diff --git a/lib/html/src/XMLElementWrappingImplementation.dart b/lib/html/src/XMLElementWrappingImplementation.dart
|
| index b4d7a62e52224cdac86756152e0cc3fde736fa83..f4a7fd756be0d33260df40a92a9898236778f4ed 100644
|
| --- a/lib/html/src/XMLElementWrappingImplementation.dart
|
| +++ b/lib/html/src/XMLElementWrappingImplementation.dart
|
| @@ -29,7 +29,7 @@ class XMLElementWrappingImplementation extends ElementWrappingImplementation
|
| 'XML had ${parentTag.nodes.length} top-level nodes but 1 expected');
|
| }
|
|
|
| - Set<String> get classes() {
|
| + CSSClassSet get classes() {
|
| if (_cssClassSet === null) {
|
| _cssClassSet = new _XMLClassSet(_ptr);
|
| }
|
|
|