summaryrefslogtreecommitdiff
path: root/src/tty_wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tty_wrap.h')
-rw-r--r--src/tty_wrap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tty_wrap.h b/src/tty_wrap.h
index cca5650ddb..45357cfa46 100644
--- a/src/tty_wrap.h
+++ b/src/tty_wrap.h
@@ -42,6 +42,8 @@ class TTYWrap : public LibuvStreamWrap {
tracker->TrackThis(this);
}
+ ADD_MEMORY_INFO_NAME(TTYWrap)
+
private:
TTYWrap(Environment* env,
v8::Local<v8::Object> object,