Index: src/messages.js |
diff --git a/src/messages.js b/src/messages.js |
index ff108d6c879dde246ee918c87d28e89a467563c4..d402731f7fa569302475bd7db3fdedc442bdca38 100644 |
--- a/src/messages.js |
+++ b/src/messages.js |
@@ -154,7 +154,8 @@ var kMessages = { |
array_indexof_not_defined: ["Array.getIndexOf: Argument undefined"], |
object_not_extensible: ["Can't add property ", "%0", ", object is not extensible"], |
illegal_access: ["Illegal access"], |
- invalid_preparser_data: ["Invalid preparser data for function ", "%0"], |
+ invalid_cached_data_function: ["Invalid cached data for function ", "%0"], |
+ invalid_cached_data: ["Invalid cached data"], |
strict_mode_with: ["Strict mode code may not include a with statement"], |
strict_eval_arguments: ["Unexpected eval or arguments in strict mode"], |
too_many_arguments: ["Too many arguments in function call (only 65535 allowed)"], |