Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-07-30 23:20:32 +0400
committerRyan Dahl <ry@tinyclouds.org>2010-07-30 23:20:32 +0400
commitb2a2bb736b01dfcd909d2c9087135bc6cb3e2e15 (patch)
tree85f7bc70e2b5ebddb02ed0592121aa7ba3303a3f /deps
parentc38dd24dc54d347cf200543c880b8befe9e7f04b (diff)
[v8] Remove global.print from v8natives.js (fixes issue 791)
Review URL: http://codereview.chromium.org/3045016
Diffstat (limited to 'deps')
-rw-r--r--deps/v8/src/v8natives.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/v8/src/v8natives.js b/deps/v8/src/v8natives.js
index 2b7a9bb136d..18e56c38ef5 100644
--- a/deps/v8/src/v8natives.js
+++ b/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