mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-08 07:53:15 +08:00
Remove follySupport.h
Reviewed By: lexs Differential Revision: D3944918 fbshipit-source-id: 702907a12e3916f9d6edde7362416188df909d70
This commit is contained in:
committed by
Facebook Github Bot
parent
6ee319d8eb
commit
5b52dab781
@@ -16,7 +16,6 @@
|
||||
#include <fcntl.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
#include "FollySupport.h"
|
||||
#include "JSCHelpers.h"
|
||||
#include "Platform.h"
|
||||
#include "SystraceSection.h"
|
||||
@@ -130,7 +129,7 @@ JSCExecutor::JSCExecutor(std::shared_ptr<ExecutorDelegate> delegate,
|
||||
SystraceSection t("setGlobalVariable");
|
||||
setGlobalVariable(
|
||||
"__fbBatchedBridgeConfig",
|
||||
folly::make_unique<JSBigStdString>(detail::toStdString(folly::toJson(config))));
|
||||
folly::make_unique<JSBigStdString>(folly::toJson(config)));
|
||||
}
|
||||
|
||||
JSCExecutor::JSCExecutor(
|
||||
|
||||
Reference in New Issue
Block a user