Reviewers: Lasse Reichstein, Message: I will create a patch for trunk as well.
Description: Remove global.print from v8natives.js (fixes issue 791) Please review this at http://codereview.chromium.org/3045016/show SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/v8natives.js 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 -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
