| Index: lib/html/src/DocumentFragmentWrappingImplementation.dart
|
| diff --git a/lib/html/src/DocumentFragmentWrappingImplementation.dart b/lib/html/src/DocumentFragmentWrappingImplementation.dart
|
| index a863dee1dbacb5a9ad04e92fecdf0aff03006656..6fd883b40c559058002c3cda2cc760b78d90d3b4 100644
|
| --- a/lib/html/src/DocumentFragmentWrappingImplementation.dart
|
| +++ b/lib/html/src/DocumentFragmentWrappingImplementation.dart
|
| @@ -288,8 +288,7 @@ class DocumentFragmentWrappingImplementation extends NodeWrappingImplementation
|
| Element get offsetParent() => null;
|
| Element get parent() => null;
|
| Map<String, String> get attributes() => const {};
|
| - // Issue 174: this should be a const set.
|
| - Set<String> get classes() => new Set<String>();
|
| + CSSClassSet get classes() => null;
|
| Map<String, String> get dataAttributes() => const {};
|
| CSSStyleDeclaration get style() => new EmptyStyleDeclaration();
|
| Future<CSSStyleDeclaration> get computedStyle() =>
|
|
|