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-05-24 23:59:22 +0400
committerRyan Dahl <ry@tinyclouds.org>2010-05-25 00:26:18 +0400
commit3768aaaea406dd32db2f74395f6414bcd26dba74 (patch)
tree9bf407bd4e5ed7c4ceee16d56ccf804cdd490a82 /src/node_object_wrap.h
parentc4876d01a1b87dbea2e965cef58432eae178fdf1 (diff)
Create a public Buffer constructor for use in addons.
Diffstat (limited to 'src/node_object_wrap.h')
-rw-r--r--src/node_object_wrap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node_object_wrap.h b/src/node_object_wrap.h
index 7e26f25b0dd..534567b2e76 100644
--- a/src/node_object_wrap.h
+++ b/src/node_object_wrap.h
@@ -13,7 +13,6 @@ class ObjectWrap {
}
virtual ~ObjectWrap ( ) {
- assert(handle_.IsNearDeath());
handle_->SetInternalField(0, v8::Undefined());
handle_.Dispose();
handle_.Clear();