Revision: 5135 Author: [email protected] Date: Mon Jul 26 23:18:32 2010 Log: Remove global.print from v8natives.js (fixes issue 791)
Review URL: http://codereview.chromium.org/3045016 http://code.google.com/p/v8/source/detail?r=5135 Modified: /branches/bleeding_edge/src/v8natives.js ======================================= --- /branches/bleeding_edge/src/v8natives.js Fri Jul 23 03:08:55 2010 +++ /branches/bleeding_edge/src/v8natives.js Mon Jul 26 23:18:32 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 -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
