Reviewers: Lasse Reichstein,

Description:
Bring revision 5135 from bleeding edge to trunk.

This removes a global.print line causing node.js to chrash.


Please review this at http://codereview.chromium.org/3074003/show

SVN Base: http://v8.googlecode.com/svn/trunk/

Affected files:
  M     src/v8natives.js
  M     src/version.cc


Index: src/v8natives.js
===================================================================
--- src/v8natives.js    (revision 5134)
+++ src/v8natives.js    (working copy)
@@ -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
Index: src/version.cc
===================================================================
--- src/version.cc      (revision 5134)
+++ src/version.cc      (working copy)
@@ -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

Reply via email to