aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/htmlcollection.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/htmlcollection.rs
parent488ac518e4d425e3d671eb1480df4502578b789e (diff)
downloadservo-97efd122a3699ece13248bd9c6e579c663e44703.tar.gz
servo-97efd122a3699ece13248bd9c6e579c663e44703.zip
Rename BindingDeclarations to Bindings.
Diffstat (limited to 'src/components/script/dom/htmlcollection.rs')
-rw-r--r--src/components/script/dom/htmlcollection.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/dom/htmlcollection.rs b/src/components/script/dom/htmlcollection.rs
index f1cc1ef5aa5..3de86456c1c 100644
--- a/src/components/script/dom/htmlcollection.rs
+++ b/src/components/script/dom/htmlcollection.rs
@@ -3,7 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
use dom::bindings::codegen::InheritTypes::{ElementCast, NodeCast};
-use dom::bindings::codegen::BindingDeclarations::HTMLCollectionBinding;
+use dom::bindings::codegen::Bindings::HTMLCollectionBinding;
use dom::bindings::js::{JS, JSRef, Temporary};
use dom::bindings::utils::{Reflectable, Reflector, reflect_dom_object};
use dom::element::{Element, AttributeHandlers};