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:
Diffstat (limited to 'src/pipe_wrap.h')
-rw-r--r--src/pipe_wrap.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/pipe_wrap.h b/src/pipe_wrap.h
index 7faf5145abd..05a5ba6e113 100644
--- a/src/pipe_wrap.h
+++ b/src/pipe_wrap.h
@@ -45,11 +45,9 @@ class PipeWrap : public ConnectionWrap<PipeWrap, uv_pipe_t> {
v8::Local<v8::Value> unused,
v8::Local<v8::Context> context);
- void MemoryInfo(MemoryTracker* tracker) const override {
- tracker->TrackThis(this);
- }
-
- ADD_MEMORY_INFO_NAME(PipeWrap)
+ SET_NO_MEMORY_INFO()
+ SET_MEMORY_INFO_NAME(PipeWrap)
+ SET_SELF_SIZE(PipeWrap)
private:
PipeWrap(Environment* env,