Chromium Code Reviews| Index: src/messages.js |
| =================================================================== |
| --- src/messages.js (revision 905) |
| +++ src/messages.js (working copy) |
| @@ -112,6 +112,7 @@ |
| illegal_continue: "Illegal continue statement", |
| illegal_return: "Illegal return statement", |
| error_loading_debugger: "Error loading debugger %0", |
| + no_input_to_regexp: "No input to %0", |
| }; |