| Index: client/html/src/ElementWrappingImplementation.dart
|
| diff --git a/client/html/src/ElementWrappingImplementation.dart b/client/html/src/ElementWrappingImplementation.dart
|
| index ebceed45d2efe1368aca60345af131adc5f1a676..eded46deee989ca02a5eb8276d0c147ce3230fe9 100644
|
| --- a/client/html/src/ElementWrappingImplementation.dart
|
| +++ b/client/html/src/ElementWrappingImplementation.dart
|
| @@ -764,4 +764,6 @@ class ElementWrappingImplementation extends NodeWrappingImplementation implement
|
| }
|
| return _on;
|
| }
|
| +
|
| + Element clone(bool deep) => super.clone(deep);
|
| }
|
|
|