diff options
Diffstat (limited to 'components/script/origin.rs')
-rw-r--r-- | components/script/origin.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/origin.rs b/components/script/origin.rs index 9b0ba7738e2..21204980e26 100644 --- a/components/script/origin.rs +++ b/components/script/origin.rs @@ -3,8 +3,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ use std::sync::Arc; +use url::{Host, Url}; use url::Origin as UrlOrigin; -use url::{Url, Host}; /// A representation of an [origin](https://html.spec.whatwg.org/multipage/#origin-2). #[derive(HeapSizeOf, JSTraceable)] |