| 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 b030b03351604efd39975d356867244667ee35d2..575c769f49c3150dd8c6fc59b104861172e8c32b 100644
|
| --- a/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| @@ -157,7 +157,7 @@ $endif
|
| throw new UnsupportedError(
|
| "Cannot setRange on immutable List.");
|
| }
|
| - void removeRange(int start, int rangeLength) {
|
| + void removeRange(int start, int end) {
|
| throw new UnsupportedError(
|
| "Cannot removeRange on immutable List.");
|
| }
|
|
|