| Index: client/html/src/NodeWrappingImplementation.dart
|
| diff --git a/client/html/src/NodeWrappingImplementation.dart b/client/html/src/NodeWrappingImplementation.dart
|
| index 88bd8926699b3d6c5d8c4587820b762727b874fb..b07344582b13f49e153bbb70c82ed5344f0a36ac 100644
|
| --- a/client/html/src/NodeWrappingImplementation.dart
|
| +++ b/client/html/src/NodeWrappingImplementation.dart
|
| @@ -211,9 +211,7 @@ class NodeWrappingImplementation extends EventTargetWrappingImplementation imple
|
| LevelDom.unwrap(newChild), LevelDom.unwrap(refChild)));
|
| }
|
|
|
| - // TODO(jacobr): required for some benchmarks. Added to this class but not Node while
|
| - // we decide what to do with it.
|
| - Node cloneNode(bool deep) {
|
| + Node clone(bool deep) {
|
| return LevelDom.wrapNode(_ptr.cloneNode(deep));
|
| }
|
| }
|
|
|