Revision: 12479
Author:   [email protected]
Date:     Tue Sep 11 05:43:17 2012
Log:      Fix TypeError message for Date builtins.

BUG=

Review URL: https://chromiumcodereview.appspot.com/10928108
http://code.google.com/p/v8/source/detail?r=12479

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

=======================================
--- /branches/bleeding_edge/src/messages.js     Mon Sep 10 01:35:26 2012
+++ /branches/bleeding_edge/src/messages.js     Tue Sep 11 05:43:17 2012
@@ -202,7 +202,7 @@
"proxy_non_object_prop_names", ["Trap '", "%1", "' returned non-object ", "%0"], "proxy_repeated_prop_name", ["Trap '", "%1", "' returned repeated property name '", "%2", "'"], "invalid_weakmap_key", ["Invalid value used as weak map key"],
-      "not_date_object",              ["Receiver is not a Date object."],
+      "not_date_object",              ["this is not a Date object."],
       // RangeError
       "invalid_array_length",         ["Invalid array length"],
       "stack_overflow",               ["Maximum call stack size exceeded"],

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to