Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1456035: Part 2 - Add fast path for XPCWrappedJS QueryInterface w…
…ith native helper. r=mccr8 When the QueryInterface method for an XPCWrappedJS class is implemented by the native helper, we can avoid a lot of overhead by simply asking it if it supports a given interface rather than going through all of the JSAPI call and exception handling overhead we'd need otherwise. MozReview-Commit-ID: FVAN3oYRE9I
- Loading branch information