| Index: tools/dom/templates/html/impl/impl_Node.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Node.darttemplate b/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| index 575c769f49c3150dd8c6fc59b104861172e8c32b..0fde760019c29000182a18527f22081244f9b4a7 100644
|
| --- a/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| @@ -161,10 +161,6 @@ $endif
|
| throw new UnsupportedError(
|
| "Cannot removeRange on immutable List.");
|
| }
|
| - void insertRange(int start, int rangeLength, [Node initialValue]) {
|
| - throw new UnsupportedError(
|
| - "Cannot insertRange on immutable List.");
|
| - }
|
|
|
| Iterable<Node> getRange(int start, int end) {
|
| throw new UnimplementedError("NodeList.getRange");
|
|
|