Revision: 5136 Author: [email protected] Date: Tue Jul 27 01:35:02 2010 Log: Bring revision 5135 from bleeding edge to trunk.
This removes a global.print line causing node.js to chrash. Review URL: http://codereview.chromium.org/3074003 http://code.google.com/p/v8/source/detail?r=5136 Modified: /trunk/src/v8natives.js /trunk/src/version.cc ======================================= --- /trunk/src/v8natives.js Mon Jul 26 04:44:40 2010 +++ /trunk/src/v8natives.js Tue Jul 27 01:35:02 2010 @@ -1112,7 +1112,6 @@ bound_args[i] = %_Arguments(i+1); } } - global.print(argc_bound); var fn = this; var result = function() { // Combine the args we got from the bind call with the args ======================================= --- /trunk/src/version.cc Mon Jul 26 04:44:40 2010 +++ /trunk/src/version.cc Tue Jul 27 01:35:02 2010 @@ -35,7 +35,7 @@ #define MAJOR_VERSION 2 #define MINOR_VERSION 3 #define BUILD_NUMBER 3 -#define PATCH_LEVEL 0 +#define PATCH_LEVEL 1 #define CANDIDATE_VERSION false // Define SONAME to have the SCons build the put a specific SONAME into the -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
