When implementing a class inheriting from nsWrapperCache and using DOM bindings it used to be the case that one needed to call SetIsDOMBinding() from the constructor. This is no longer necessary, and nsWrapperCache::SetIsDOMBinding has been removed.

We've added a private nsWrapperCache::SetIsNotDOMBinding, which is still called by a couple of whitelisted classes. This function is going away in the near future, and no calls to it should be added. If you think you need to add a call you should talk to me first.

The relevant bug is https://bugzilla.mozilla.org/show_bug.cgi?id=1078744.

Peter
_______________________________________________
dev-platform mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to