forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More generous access to
DestructorThread.Destructor
Summary: In order to extend / use `DestructorThread.Destructor` outside of `com.facebook.jni`, we need access modifiers to be less strict: - `Destructor#Destructor()`: package protected -> public - `Destructor#destruct()`: package protected -> protected This will enable Yoga to move from finalizers to `DestructorThread.Destructor` without having to buy into `HybridData` completely. Reviewed By: cjhopman Differential Revision: D16182362 fbshipit-source-id: ad616c403df8e7c1e3d751131cfb7a9cfe62cf24
- Loading branch information
1 parent
6c362a7
commit 9374b23
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters