Revision: 19954
Author:   [email protected]
Date:     Sat Mar 15 20:37:13 2014 UTC
Log:      Cleanup: Remove unused 'non_object_property_call' message.

[email protected]

Review URL: https://codereview.chromium.org/195983019

Patch from Mike West <[email protected]>.
http://code.google.com/p/v8/source/detail?r=19954

Modified:
 /branches/bleeding_edge/src/messages.js

=======================================
--- /branches/bleeding_edge/src/messages.js     Tue Mar 11 16:30:47 2014 UTC
+++ /branches/bleeding_edge/src/messages.js     Sat Mar 15 20:37:13 2014 UTC
@@ -64,7 +64,6 @@
   not_defined:                   ["%0", " is not defined"],
non_object_property_load: ["Cannot read property '", "%0", "' of ", "%1"], non_object_property_store: ["Cannot set property '", "%0", "' of ", "%1"], - non_object_property_call: ["Cannot call method '", "%0", "' of ", "%1"],
   with_expression:               ["%0", " has no properties"],
   illegal_invocation:            ["Illegal invocation"],
no_setter_in_callback: ["Cannot set property ", "%0", " of ", "%1", " which has only a getter"],

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to