aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/formdata.rs
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2014-06-02 19:48:42 +0200
committerMs2ger <ms2ger@gmail.com>2014-06-02 19:48:42 +0200
commit97efd122a3699ece13248bd9c6e579c663e44703 (patch)
treee4670b7225f6545bb3c25b386725b479f1f5251e /src/components/script/dom/formdata.rs
parent488ac518e4d425e3d671eb1480df4502578b789e (diff)
downloadservo-97efd122a3699ece13248bd9c6e579c663e44703.tar.gz
servo-97efd122a3699ece13248bd9c6e579c663e44703.zip
Rename BindingDeclarations to Bindings.
Diffstat (limited to 'src/components/script/dom/formdata.rs')
-rw-r--r--src/components/script/dom/formdata.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/dom/formdata.rs b/src/components/script/dom/formdata.rs
index 1b778c7cc68..a843b62db30 100644
--- a/src/components/script/dom/formdata.rs
+++ b/src/components/script/dom/formdata.rs
@@ -4,7 +4,7 @@
use dom::bindings::utils::{Reflectable, Reflector, reflect_dom_object};
use dom::bindings::error::{Fallible};
-use dom::bindings::codegen::BindingDeclarations::FormDataBinding;
+use dom::bindings::codegen::Bindings::FormDataBinding;
use dom::bindings::js::{JS, JSRef, Temporary, OptionalUnrootable};
use dom::blob::Blob;
use dom::htmlformelement::HTMLFormElement;