Move link rel=stylesheet fetching to layout task

Fixes #3346.
This commit is contained in:
Matt Brubeck 2014-09-15 12:39:18 -07:00
parent 7a5f15f137
commit 1ae3bda172
17 changed files with 154 additions and 196 deletions

View file

@ -29,6 +29,7 @@ extern crate servo_msg = "msg";
extern crate servo_util = "util";
extern crate collections;
extern crate encoding;
extern crate green;
extern crate libc;
extern crate sync;