| 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 cb664d6e721bc8dfc1ad3563a1f316c9871ca90b..b030b03351604efd39975d356867244667ee35d2 100644
|
| --- a/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| @@ -152,7 +152,8 @@ $endif
|
| }
|
|
|
| // FIXME: implement these.
|
| - void setRange(int start, int rangeLength, List<Node> from, [int startFrom]) {
|
| + void setRange(int start, int end, Iterable<Node> iterable,
|
| + [int skipCount = 0]) {
|
| throw new UnsupportedError(
|
| "Cannot setRange on immutable List.");
|
| }
|
|
|