| 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 27c8e491a059e3fe322847043c8737900208a8f0..124735b094386dbee807bf9f0f6dafe0872ec98f 100644
|
| --- a/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| @@ -177,6 +177,10 @@ $endif
|
| void fillRange(int start, int end, [Node fill]) {
|
| throw new UnsupportedError("Cannot fillRange on Node list");
|
| }
|
| +
|
| + void removeRange(int start, int end) {
|
| + throw new UnsupportedError("Cannot removeRange on Node list");
|
| + }
|
| // -- end List<Node> mixins.
|
|
|
| // TODO(jacobr): benchmark whether this is more efficient or whether caching
|
|
|