fix: make devtools extensions load correctly (#17614)
This commit is contained in:
parent
d597a0e8b0
commit
75442b794f
4 changed files with 26 additions and 8 deletions
|
@ -213,6 +213,7 @@ void AtomRenderFrameObserver::OnBrowserMessage(bool internal,
|
|||
EmitIPCEvent(frame, internal, channel, args, sender_id);
|
||||
|
||||
// Also send the message to all sub-frames.
|
||||
// TODO(MarshallOfSound): Completely move this logic to the main process
|
||||
if (send_to_all) {
|
||||
for (blink::WebFrame* child = frame->FirstChild(); child;
|
||||
child = child->NextSibling())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue