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
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-11-18 22:18:07 +0300
committerRyan Dahl <ry@tinyclouds.org>2010-11-19 03:47:38 +0300
commit3884b4185a72d63ee0344d16390eea852e8b1f89 (patch)
tree0b79b5869e8d0e1712980bce99d53336700b0281 /src/node_buffer.h
parent02039c9b53811cbce3b324c655f9bdfc7504813f (diff)
Small clean ups
Diffstat (limited to 'src/node_buffer.h')
-rw-r--r--src/node_buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_buffer.h b/src/node_buffer.h
index efc982ecf7f..34b353d799a 100644
--- a/src/node_buffer.h
+++ b/src/node_buffer.h
@@ -25,7 +25,7 @@ class Buffer : public ObjectWrap {
typedef void (*free_callback)(char *data, void *hint);
// C++ API for constructing fast buffer
- static v8::Handle<v8::Object> New(
+ static v8::Local<v8::Object> New(
v8::Handle<v8::String> string,
v8::Handle<v8::Value> encoding = v8::Handle<v8::Value>());