On 5/4/13 3:43 PM, Ehsan Akhgari wrote:
As far as I can tell they seem to map to mozilla::ErrorResult values being used in some contexts. Should we just ignore them?
Yes. ErrorResult has a union which sometimes contains a JS::Value (which it then manually roots) and the analysis was confused about that, so we apparently explicitly told the analysis that this value is rooted, and now it's slightly confused in the opposite direction. ;)
-Boris _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform