Chromium Code Reviews| Index: src/array.js |
| diff --git a/src/array.js b/src/array.js |
| index 7a48acfb98e4ddac71900e1b9687fbacf86c0aa4..fe6e9effca3329d1202777cab2a7b93ae05b51e1 100644 |
| --- a/src/array.js |
| +++ b/src/array.js |
| @@ -426,7 +426,6 @@ function ArrayPush() { |
| function ArrayConcat(arg1) { // length == 1 |
| - // TODO: can we just use arguments? |
| var arg_count = %_ArgumentsLength(); |
| var arrays = new $Array(1 + arg_count); |
| arrays[0] = this; |