Kill orphaned marker end in JSCExecutor

Reviewed By: mhorowitz

Differential Revision: D6594498

fbshipit-source-id: 67f281ded088bdbad3eb1e173882d4328c1fdc93
This commit is contained in:
Michał Gregorczyk 2017-12-19 13:57:45 -08:00 committed by Facebook Github Bot
parent a010a0cebd
commit 6ad1f0957a

View File

@ -438,9 +438,6 @@ namespace facebook {
jsScript = adoptString(std::move(script));
ReactMarker::logMarker(ReactMarker::JS_BUNDLE_STRING_CONVERT_STOP);
}
#ifdef WITH_FBSYSTRACE
fbsystrace_end_section(TRACE_TAG_REACT_CXX_BRIDGE);
#endif
SystraceSection s_("JSCExecutor::loadApplicationScript-evaluateScript");
evaluateScript(m_context, jsScript, jsSourceURL);