mirror of
https://github.com/servo/servo.git
synced 2025-06-08 08:33:26 +00:00
Support connecting to worker globals from remote devtools.
This commit is contained in:
parent
bce4ec5b70
commit
565e9432c6
13 changed files with 340 additions and 144 deletions
|
@ -3384,7 +3384,7 @@ impl ScriptThread {
|
|||
url: url,
|
||||
};
|
||||
chan.send(ScriptToDevtoolsControlMsg::NewGlobal(
|
||||
(Some(bc), p, w),
|
||||
(bc, p, w),
|
||||
self.devtools_sender.clone(),
|
||||
page_info.clone(),
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue