| Index: client/html/src/DocumentFragmentWrappingImplementation.dart
|
| diff --git a/client/html/src/DocumentFragmentWrappingImplementation.dart b/client/html/src/DocumentFragmentWrappingImplementation.dart
|
| index 03099853160e641f176b6243e86c02d3fdba75b3..30b637f4a089c5994114015fc3048cb14d644270 100644
|
| --- a/client/html/src/DocumentFragmentWrappingImplementation.dart
|
| +++ b/client/html/src/DocumentFragmentWrappingImplementation.dart
|
| @@ -109,7 +109,7 @@ class FilteredElementList implements ElementList {
|
| class EmptyStyleDeclaration extends CSSStyleDeclarationWrappingImplementation {
|
| // This can't call super(), since that's a factory constructor
|
| EmptyStyleDeclaration()
|
| - : super._wrap(dom.document.createElement('div').style) {}
|
| + : super._wrap(dom.document.createElement('div').style);
|
|
|
| void set cssText(String value) {
|
| throw new UnsupportedOperationException(
|
|
|