Index: src/messages.js |
diff --git a/src/messages.js b/src/messages.js |
index 3bfc1a83c143170d01b402a0fed7984b0bd74feb..b4da5326d661379e389b12f13abc3b4337196642 100644 |
--- a/src/messages.js |
+++ b/src/messages.js |
@@ -50,8 +50,6 @@ var kMessages = { |
no_setter_in_callback: ["Cannot set property ", "%0", " of ", "%1", " which has only a getter"], |
apply_non_function: ["Function.prototype.apply was called on ", "%0", ", which is a ", "%1", " and not a function"], |
apply_wrong_args: ["Function.prototype.apply: Arguments list has wrong type"], |
- toMethod_non_function: ["Function.prototype.toMethod was called on ", "%0", ", which is a ", "%1", " and not a function"], |
- toMethod_non_object: ["Function.prototype.toMethod: home object ", "%0", " is not an object"], |
flags_getter_non_object: ["RegExp.prototype.flags getter called on non-object ", "%0"], |
invalid_in_operator_use: ["Cannot use 'in' operator to search for '", "%0", "' in ", "%1"], |
instanceof_function_expected: ["Expecting a function in instanceof check, but got ", "%0"], |