mirror of
https://github.com/servo/servo.git
synced 2025-07-22 06:43:40 +01:00
Prevent the constellation from panicking if there is a deserialization error.
This commit is contained in:
parent
ddaa679f39
commit
aee1291f8e
2 changed files with 40 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue