Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fabric: Unification of ShadowView's default constructor
Summary: The previous version of a set of default values of `ShadowView`'s fields has a bug: ``` ComponentName componentName = ""; ``` Initalizing `char const *` with a string literal in .h file makes the default constructor of the object produces different values across binary units (because a pointer to empty string can be defined differently). Now it's just a null pointer. Reviewed By: sammy-SC Differential Revision: D15911452 fbshipit-source-id: 16bcfb5f78ea802c0833135c486e3fbb8b7acaa6
- Loading branch information