aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/file.rs
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2014-07-15 12:21:03 +0200
committerMs2ger <ms2ger@gmail.com>2014-07-15 15:33:56 +0200
commita665fec9d0b7a69640c618cc74d2162274e2f5eb (patch)
treec964b244b7cc44e8864da96cdbdec197ddac579d /src/components/script/dom/file.rs
parent954ab7a2e34913bbbbe71963b908a7105d8d69c3 (diff)
downloadservo-a665fec9d0b7a69640c618cc74d2162274e2f5eb.tar.gz
servo-a665fec9d0b7a69640c618cc74d2162274e2f5eb.zip
Put some 'use' statements in alphabetical order.
Diffstat (limited to 'src/components/script/dom/file.rs')
-rw-r--r--src/components/script/dom/file.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/dom/file.rs b/src/components/script/dom/file.rs
index 05bd28bcfd4..ea2610c1f2f 100644
--- a/src/components/script/dom/file.rs
+++ b/src/components/script/dom/file.rs
@@ -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;