mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
small fixes to ReactCommon
Summary: unneeded or overly generic header files, stuff like that. Reviewed By: javache Differential Revision: D4434029 fbshipit-source-id: f25c702e7fc8d8debbd865cf3822696bf9b61c81
This commit is contained in:
committed by
Facebook Github Bot
parent
f33f84e75f
commit
ad549c067a
@@ -45,7 +45,7 @@ JSIndexedRAMBundle::Module JSIndexedRAMBundle::getModule(uint32_t moduleId) cons
|
||||
return ret;
|
||||
}
|
||||
|
||||
std::unique_ptr<const facebook::react::JSBigString> JSIndexedRAMBundle::getStartupCode() {
|
||||
std::unique_ptr<const JSBigString> JSIndexedRAMBundle::getStartupCode() {
|
||||
CHECK(m_startupCode) << "startup code for a RAM Bundle can only be retrieved once";
|
||||
return std::move(m_startupCode);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user