diff --git a/src/stream_wrap.cc b/src/stream_wrap.cc index 78d20f912b4cdb..2275167ad0eeb6 100644 --- a/src/stream_wrap.cc +++ b/src/stream_wrap.cc @@ -106,6 +106,10 @@ void LibuvStreamWrap::Initialize(Local target, void LibuvStreamWrap::RegisterExternalReferences( ExternalReferenceRegistry* registry) { registry->Register(IsConstructCallCallback); + registry->Register(GetWriteQueueSize); + registry->Register(SetBlocking); + // TODO(joyee): StreamBase::RegisterExternalReferences() is called somewhere + // else but we may want to do it here too and guard it with a static flag. } LibuvStreamWrap::LibuvStreamWrap(Environment* env,