aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/domparser.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/domparser.rs
parent488ac518e4d425e3d671eb1480df4502578b789e (diff)
downloadservo-97efd122a3699ece13248bd9c6e579c663e44703.tar.gz
servo-97efd122a3699ece13248bd9c6e579c663e44703.zip
Rename BindingDeclarations to Bindings.
Diffstat (limited to 'src/components/script/dom/domparser.rs')
-rw-r--r--src/components/script/dom/domparser.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/script/dom/domparser.rs b/src/components/script/dom/domparser.rs
index 746a5af21a5..a49e97cd61d 100644
--- a/src/components/script/dom/domparser.rs
+++ b/src/components/script/dom/domparser.rs
@@ -2,8 +2,8 @@
* 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::BindingDeclarations::DOMParserBinding;
-use dom::bindings::codegen::BindingDeclarations::DOMParserBinding::SupportedTypeValues::{Text_html, Text_xml};
+use dom::bindings::codegen::Bindings::DOMParserBinding;
+use dom::bindings::codegen::Bindings::DOMParserBinding::SupportedTypeValues::{Text_html, Text_xml};
use dom::bindings::js::{JS, JSRef, Temporary};
use dom::bindings::utils::{Reflector, Reflectable, reflect_dom_object};
use dom::bindings::error::{Fallible, FailureUnknown};