Re: Explicit response to destructor messages before the destructor is actually called
Chris Jones <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
Benjamin Smedberg wrote: > But as far as I can tell there's no > NPPInstanceProtocolParent::RecvNPBrowserStreamDestructor method I can > override... I think I want one before the IPDL machinery calls > NPBrowserStreamDestructor directly. > This is probably a case of IPDL outsmarting itself. I made an explicit choice *not* to generate that handler. Easy enough to remove the special case. Cheers, Chris