mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
#9640 Refactor: Move util::str::is_token to script::dom::bindings::str
This commit is contained in:
parent
c929dbe253
commit
f374e8f420
3 changed files with 37 additions and 37 deletions
|
@ -16,7 +16,7 @@ use dom::bindings::inheritance::Castable;
|
|||
use dom::bindings::js::Root;
|
||||
use dom::bindings::refcounted::Trusted;
|
||||
use dom::bindings::reflector::{Reflectable, reflect_dom_object};
|
||||
use dom::bindings::str::USVString;
|
||||
use dom::bindings::str::{USVString, is_token};
|
||||
use dom::bindings::trace::JSTraceable;
|
||||
use dom::blob::Blob;
|
||||
use dom::closeevent::CloseEvent;
|
||||
|
@ -41,7 +41,7 @@ use std::borrow::ToOwned;
|
|||
use std::cell::Cell;
|
||||
use std::ptr;
|
||||
use std::thread;
|
||||
use util::str::{DOMString, is_token};
|
||||
use util::str::DOMString;
|
||||
use websocket::client::request::Url;
|
||||
use websocket::header::{Headers, WebSocketProtocol};
|
||||
use websocket::ws::util::url::parse_url;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue