mirror of
https://github.com/servo/servo.git
synced 2025-07-23 23:33:43 +01:00
Further changes required by Servo
This commit is contained in:
parent
6f090b8a85
commit
d44f772dc3
5 changed files with 5 additions and 5 deletions
|
@ -17,7 +17,7 @@ use std::time::{Duration, Instant};
|
|||
use canvas_traits::webgl::{self, WebGLContextId, WebGLMsg};
|
||||
use content_security_policy::{self as csp, CspList};
|
||||
use cookie::Cookie;
|
||||
use cssparser::{_cssparser_internal_to_lowercase, match_ignore_ascii_case};
|
||||
use cssparser::match_ignore_ascii_case;
|
||||
use devtools_traits::ScriptToDevtoolsControlMsg;
|
||||
use dom_struct::dom_struct;
|
||||
use embedder_traits::EmbedderMsg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue