diff --git a/chromium_src/third_party/blink/renderer/modules/broadcastchannel/broadcast_channel.cc b/chromium_src/third_party/blink/renderer/modules/broadcastchannel/broadcast_channel.cc index 1ef871bb81f5a..39ab4fa4d14ee 100644 --- a/chromium_src/third_party/blink/renderer/modules/broadcastchannel/broadcast_channel.cc +++ b/chromium_src/third_party/blink/renderer/modules/broadcastchannel/broadcast_channel.cc @@ -30,7 +30,7 @@ String GetEphemeralBroadcastChannelName(LocalDOMWindow* window, String name) { // the worker is using. // The name change is applied only while connecting. #define GetRemoteNavigationAssociatedInterfaces \ - should_send_resource_timing_info_to_parent(); /* no-op */ \ + RemoteMainFrameIntersection(); /* no-op */ \ base::AutoReset ephemeral_name_auto_reset( \ &name_, GetEphemeralBroadcastChannelName(window, name_)); \ frame->GetRemoteNavigationAssociatedInterfaces