Renamed ScriptChan in constellation to EventLoop.

This commit is contained in:
Alan Jeffrey 2016-11-17 08:38:55 -06:00
parent 01b6ad55bd
commit e945e38a2d
4 changed files with 100 additions and 77 deletions

View file

@ -43,6 +43,7 @@ extern crate util;
extern crate webrender_traits;
mod constellation;
mod event_loop;
mod pipeline;
#[cfg(not(target_os = "windows"))]
mod sandboxing;