refactor(filemanager): uses embedderproxy directly

This commit is contained in:
OJ Kwon 2018-04-14 10:29:09 -07:00
parent 7cec47b3fa
commit 2fab94785b
No known key found for this signature in database
GPG key ID: 6C23A45602A44DA6
10 changed files with 54 additions and 84 deletions

View file

@ -6,6 +6,7 @@
extern crate base64;
extern crate brotli;
extern crate compositing;
extern crate cookie as cookie_rs;
extern crate devtools_traits;
extern crate embedder_traits;
@ -29,7 +30,6 @@ 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;