Fixed tidy-test errors

This commit is contained in:
olmanz 2017-11-17 11:20:10 +01:00
parent 83adc7b769
commit b08d455b75

View file

@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
use dom::bindings::codegen::Bindings::HTMLAnchorElementBinding; use dom::bindings::codegen::Bindings::HTMLAnchorElementBinding;
use dom::bindings::codegen::Bindings::HTMLAreaElementBinding; use dom::bindings::codegen::Bindings::HTMLAreaElementBinding;
use dom::bindings::codegen::Bindings::HTMLAudioElementBinding; use dom::bindings::codegen::Bindings::HTMLAudioElementBinding;
@ -73,12 +77,12 @@ use dom::customelementregistry::ConstructionStackEntry;
use dom::element::{CustomElementState, Element, ElementCreator}; use dom::element::{CustomElementState, Element, ElementCreator};
use dom::htmlelement::HTMLElement; use dom::htmlelement::HTMLElement;
use dom::window::Window; use dom::window::Window;
use html5ever::interface::QualName;
use html5ever::LocalName; use html5ever::LocalName;
use js::glue::{UnwrapObject}; use html5ever::interface::QualName;
use js::jsapi::HandleObject; use js::glue::UnwrapObject;
use js::jsapi::{CallArgs, CurrentGlobalOrNull}; use js::jsapi::{CallArgs, CurrentGlobalOrNull};
use js::jsapi::{JSAutoCompartment, JSContext}; use js::jsapi::{JSAutoCompartment, JSContext};
use js::jsapi::HandleObject;
use js::jsapi::MutableHandleObject; use js::jsapi::MutableHandleObject;
use script_thread::ScriptThread; use script_thread::ScriptThread;
use std::ptr; use std::ptr;