summaryrefslogtreecommitdiff
path: root/src/node_object_wrap.h
diff options
context:
space:
mode:
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 96b9115ada..6753a70353 100644
--- a/src/node_object_wrap.h
+++ b/src/node_object_wrap.h
@@ -38,7 +38,6 @@ class ObjectWrap {
virtual ~ObjectWrap() {
if (persistent().IsEmpty())
return;
- assert(persistent().IsNearDeath());
persistent().ClearWeak();
persistent().Reset();
}