Commit 3f0d383d authored by ricow@chromium.org's avatar ricow@chromium.org

Remove global.print from v8natives.js (fixes issue 791)

Review URL: http://codereview.chromium.org/3045016

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5135 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 317a7fe8
......@@ -1112,7 +1112,6 @@ function FunctionBind(this_arg) { // Length is 1.
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment