Browse Source

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

Review URL: http://codereview.chromium.org/3045016
v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
b2a2bb736b
  1. 1
      deps/v8/src/v8natives.js

1
deps/v8/src/v8natives.js

@ -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

Loading…
Cancel
Save