mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Bind runnable dispatching in script_runtime
This commit is contained in:
parent
e6ae93f66e
commit
84f16eae98
69 changed files with 164 additions and 427 deletions
|
@ -315,7 +315,7 @@ impl ServiceWorkerGlobalScope {
|
|||
},
|
||||
};
|
||||
|
||||
let runtime = new_rt_and_cx();
|
||||
let runtime = new_rt_and_cx(None);
|
||||
|
||||
let (devtools_mpsc_chan, devtools_mpsc_port) = unbounded();
|
||||
ROUTER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue