Prevent the constellation from panicking if there is a deserialization error.

This commit is contained in:
Alan Jeffrey 2017-02-17 13:49:40 -06:00
parent ddaa679f39
commit aee1291f8e
2 changed files with 40 additions and 13 deletions

View file

@ -31,6 +31,7 @@ extern crate net_traits;
extern crate offscreen_gl_context;
extern crate profile_traits;
extern crate script_traits;
extern crate serde;
#[macro_use]
extern crate serde_derive;
extern crate servo_config;