Chromium Code Reviews| Index: src/messages.js |
| =================================================================== |
| --- src/messages.js (revision 5040) |
| +++ src/messages.js (working copy) |
| @@ -181,7 +181,6 @@ |
| // RangeError |
| invalid_array_length: "Invalid array length", |
| stack_overflow: "Maximum call stack size exceeded", |
| - apply_overflow: "Function.prototype.apply cannot support %0 arguments", |
| // SyntaxError |
| unable_to_parse: "Parse error", |
| duplicate_regexp_flag: "Duplicate RegExp flag %0", |