In bug 1417123 I'm regorganising the GC header files a little.  In summary:

 - if you need to use JS::Rooted, JS::Handle and the like please include 
js/RootingAPI.h.
 - if you need to configure the GC or trigger a collection please include 
js/GCAPI.h.

The idea is to move everything required for using GC pointers to RootingAPI.h 
and everything required for controlling the GC to GCAPI.h.  The former should 
cover almost all cases.

Thanks,

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

Reply via email to