bool BackgroundChildImpl::DeallocPUDPSocketChild(PUDPSocketChild* child) { UDPSocketChild* p = static_cast<UDPSocketChild*>(child); p->ReleaseIPDLReference(); return true; }
bool NeckoChild::DeallocPUDPSocketChild(PUDPSocketChild* child) { UDPSocketChild* p = static_cast<UDPSocketChild*>(child); p->ReleaseIPDLReference(); return true; }