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:
authorFedor Indutny <fedor.indutny@gmail.com>2014-03-13 20:38:14 +0400
committerFedor Indutny <fedor.indutny@gmail.com>2014-03-13 20:56:55 +0400
commitce04c726a31cd13be131915b1c8b8bc7a00a4d24 (patch)
treeb309f6f42362231f54825586b9d79bd6163bb985 /src/node_object_wrap.h
parent1c7bf245dc2d520c005e01bcb56ecb3275971395 (diff)
src: update to v8 3.24 APIs
Diffstat (limited to 'src/node_object_wrap.h')
-rw-r--r--src/node_object_wrap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_object_wrap.h b/src/node_object_wrap.h
index d387a2679c6..445a9e66c33 100644
--- a/src/node_object_wrap.h
+++ b/src/node_object_wrap.h
@@ -40,7 +40,7 @@ class ObjectWrap {
return;
assert(persistent().IsNearDeath());
persistent().ClearWeak();
- persistent().Dispose();
+ persistent().Reset();
}