refactor(resourcethread): expose constellationmsg channel

This commit is contained in:
OJ Kwon 2018-03-30 10:33:19 -07:00
parent d1378d6bad
commit 1c465bcd66
No known key found for this signature in database
GPG key ID: 6C23A45602A44DA6
5 changed files with 19 additions and 9 deletions

View file

@ -29,6 +29,7 @@ extern crate net_traits;
extern crate openssl;
#[macro_use]
extern crate profile_traits;
extern crate script_traits;
#[macro_use] extern crate serde;
extern crate serde_json;
extern crate servo_allocator;