mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Store a Rc<MicrotaskQueue> directly on Window
This commit is contained in:
parent
7f9f95b7ce
commit
7481ce177f
3 changed files with 22 additions and 4 deletions
|
@ -2068,6 +2068,7 @@ impl ScriptThread {
|
|||
incomplete.navigation_start_precise,
|
||||
self.webgl_chan.channel(),
|
||||
self.webvr_chan.clone(),
|
||||
self.microtask_queue.clone(),
|
||||
);
|
||||
|
||||
// Initialize the browsing context for the window.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue