From af96135686f6687c1021cdf9dd8e726f1d0b675d Mon Sep 17 00:00:00 2001 From: Dmitry Rykun Date: Mon, 16 Dec 2024 03:18:13 -0800 Subject: [PATCH] Rename the last remaining usage of parentShadowView.tag to parentTag (#48267) Summary: `parentShadowView.tag` was renamed to `parentTag` in D66656411. This one callsite is hidden behind an `#ifdef`, so it didn't produce a compile error. Changelog: [Internal] Reviewed By: christophpurrer Differential Revision: D67203413 --- .../ReactCommon/react/renderer/mounting/Differentiator.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/react-native/ReactCommon/react/renderer/mounting/Differentiator.cpp b/packages/react-native/ReactCommon/react/renderer/mounting/Differentiator.cpp index 0cbba921eaccad..3b8d9b236829e7 100644 --- a/packages/react-native/ReactCommon/react/renderer/mounting/Differentiator.cpp +++ b/packages/react-native/ReactCommon/react/renderer/mounting/Differentiator.cpp @@ -1316,8 +1316,7 @@ static void calculateShadowViewMutations( DEBUG_LOGS({ LOG(ERROR) << "Differ Branch 5: Founded reordered tags at indices: " << oldIndex << ": " << oldChildPair << " and " - << newChildPair << " with parent: [" - << parentShadowView.tag << "]"; + << newChildPair << " with parent: [" << parentTag << "]"; }); updateMatchedPair(