| Index: client/html/src/DocumentFragmentWrappingImplementation.dart
|
| diff --git a/client/html/src/DocumentFragmentWrappingImplementation.dart b/client/html/src/DocumentFragmentWrappingImplementation.dart
|
| index a661f839bdf87105dd321ac1ad0cb16f48c75289..b1a512f52e7503e155ae7c3eca82a7dffcab298b 100644
|
| --- a/client/html/src/DocumentFragmentWrappingImplementation.dart
|
| +++ b/client/html/src/DocumentFragmentWrappingImplementation.dart
|
| @@ -106,7 +106,7 @@ class FilteredElementList implements ElementList {
|
| Element last() => _filtered.last();
|
| }
|
|
|
| -class EmptyStyleDeclaration implements CSSStyleDeclaration {
|
| +class EmptyStyleDeclaration extends CSSStyleDeclarationWrappingImplementation {
|
| String get cssText() => "";
|
| int get length() => 0;
|
| CSSRule get parentRule() => null;
|
|
|