Skip to content

Commit

Permalink
Necessary changes to JReactMarker.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
hakonk committed Jul 20, 2024
1 parent 83a2a3c commit 971c588
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace facebook::react {
void JReactMarker::setLogPerfMarkerIfNeeded() {
static std::once_flag flag{};
std::call_once(flag, []() {
ReactMarker::logTaggedMarkerImpl = JReactMarker::logPerfMarker;
ReactMarker::LogTaggedMarkerWrapper::setLogTaggedMarkerImpl(JReactMarker::logPerfMarker);
ReactMarker::logTaggedMarkerBridgelessImpl =
JReactMarker::logPerfMarkerBridgeless;
});
Expand Down

0 comments on commit 971c588

Please sign in to comment.