mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-26 05:15:49 +08:00
Un-inline-ing a method declared as export
Reviewed By: compnerd Differential Revision: D5909847 fbshipit-source-id: 7108dd88271e640e1881b20c0cbf1ad28bbf63c9
This commit is contained in:
committed by
Facebook Github Bot
parent
227a5f4e8f
commit
5038b06b31
@@ -503,7 +503,7 @@ YGNodeRef YGNodeGetParent(const YGNodeRef node) {
|
||||
return node->parent;
|
||||
}
|
||||
|
||||
inline uint32_t YGNodeGetChildCount(const YGNodeRef node) {
|
||||
uint32_t YGNodeGetChildCount(const YGNodeRef node) {
|
||||
return YGNodeListCount(node->children);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user