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 da19658fa2fad5720ecca8e116144bc1f0c4f723..1b23c72c57fd0a5fd19b740ebe2315edaf083903 100644 |
--- a/tools/dom/templates/html/impl/impl_Node.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_Node.darttemplate |
@@ -169,7 +169,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."); |
} |