| Index: lib/html/src/XMLDocumentWrappingImplementation.dart
|
| diff --git a/lib/html/src/XMLDocumentWrappingImplementation.dart b/lib/html/src/XMLDocumentWrappingImplementation.dart
|
| index 6d8c26482f505979ba6969f181b68dba10f2e72e..9873d7c9b70d7c5a9af67dddefd23a5bc4a11ef1 100644
|
| --- a/lib/html/src/XMLDocumentWrappingImplementation.dart
|
| +++ b/lib/html/src/XMLDocumentWrappingImplementation.dart
|
| @@ -113,7 +113,7 @@ class XMLDocumentWrappingImplementation extends DocumentWrappingImplementation
|
| "Manifest can't be set for XML documents.");
|
| }
|
|
|
| - Set<String> get classes() => documentEl.classes;
|
| + CSSClassSet get classes() => documentEl.classes;
|
|
|
| ElementList get elements() => documentEl.elements;
|
|
|
|
|