mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Put some 'use' statements in alphabetical order.
This commit is contained in:
parent
954ab7a2e3
commit
a665fec9d0
8 changed files with 10 additions and 10 deletions
|
@ -2,9 +2,9 @@
|
|||
* 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::FileBinding;
|
||||
use dom::bindings::js::{JSRef, Temporary};
|
||||
use dom::bindings::utils::{Reflectable, Reflector, reflect_dom_object};
|
||||
use dom::bindings::codegen::Bindings::FileBinding;
|
||||
use dom::blob::{Blob, BlobType, FileTypeId};
|
||||
use dom::window::Window;
|
||||
use servo_util::str::DOMString;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue