Chromium Code Reviews| Index: compiler/lib/implementation/array.js |
| =================================================================== |
| --- compiler/lib/implementation/array.js (revision 507) |
| +++ compiler/lib/implementation/array.js (working copy) |
| @@ -32,7 +32,7 @@ |
| if (index >= 0 && index < array.length) { |
| return index; |
| } |
| - native__ArrayJsUtil__throwIndexOutOfRangeException(index); |
| + native__ListJsUtil__throwIndexOutOfRangeException(index); |
| } |
| function native_ListImplementation__removeRange(start, length) { |