Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-11-17 18:35:58 +01:00 committed by Martin Robinson
parent 6f090b8a85
commit d44f772dc3
5 changed files with 5 additions and 5 deletions

View file

@ -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;