Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid conversion in return from getHolder
Summary: Currently, we do a converting move from `local_ref<HybridDestructor::javaobject>` to `local_ref<HybridDestructor>`. Let's just return the right type directly, avoid the conversion, and save code size. Reviewed By: mhorowitz Differential Revision: D19354601 fbshipit-source-id: dd35170eb1a0a9dffa2765657b5331ea7ede1a33
- Loading branch information