Store a Rc<MicrotaskQueue> directly on Window

This commit is contained in:
Anthony Ramine 2017-09-13 10:34:07 +02:00
parent 7f9f95b7ce
commit 7481ce177f
3 changed files with 22 additions and 4 deletions

View file

@ -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.