On Sun, Sep 8, 2013 at 11:02 AM, Boris Zbarsky <bzbar...@mit.edu> wrote:
>
> I believe nsCxPusher.h only needs jsapi.h because it needs to know
> sizeof(JSAutoRequest) and sizeof(JSAutoCompartment) for the members of
> AutoCxPusher...  Not sure what we can do with that.

One possibility is to move them into their own header(s) in
js/public/.  Another is to heap-allocate them, so we'd just need
forward declarations in nsCxPusher.h.

Nick
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to