mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +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
|
@ -477,7 +477,7 @@ impl WorkletThread {
|
|||
global_init: init.global_init,
|
||||
global_scopes: HashMap::new(),
|
||||
control_buffer: None,
|
||||
runtime: new_rt_and_cx(),
|
||||
runtime: new_rt_and_cx(None),
|
||||
should_gc: false,
|
||||
gc_threshold: MIN_GC_THRESHOLD,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue