Re: Changed declaration of nsIPrivateDOMEvent without changing IID
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
PM wrote: > I do an extension in c++. My extension is for Thunderbird (TB) and it > will works with TB2 (Gecko 1.8) and TB3 (Gecko 1.9). > > I’m using interface nsIPrivateDOMEvent. > > I noticed that this interface was changed, but IID wasn’t changed. Is it > reason or is it a mistake? A mistake. That said, it didn't change between 1.8 and 1.9, as far as I can tell. It's changed between 1.9 and 1.9.1, though. I'll make sure the IID rev happens before we ship 1.9.1. -Boris