aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext/call.h
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-02-11 09:26:25 -0800
committerGravatar murgatroid99 <mlumish@google.com>2015-02-11 09:26:25 -0800
commit77659065216cb3756711dd6c490a202faa133c83 (patch)
tree17c9d42ddcade129cc550912286f8e923874fa95 /src/node/ext/call.h
parent7dcc363aa714575c9377800f6499366cf9079819 (diff)
More end to end test debugging
Diffstat (limited to 'src/node/ext/call.h')
-rw-r--r--src/node/ext/call.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node/ext/call.h b/src/node/ext/call.h
index 434bcf8a63..b8792713da 100644
--- a/src/node/ext/call.h
+++ b/src/node/ext/call.h
@@ -57,8 +57,8 @@ class PersistentHolder {
}
~PersistentHolder() {
- persist.Dispose();
-}
+ NanDisposePersistent(persist);
+ }
private:
v8::Persistent<v8::Value> persist;