aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/testbinding.rs
diff options
context:
space:
mode:
authorbors-servo <release+servo@mozilla.com>2014-05-01 23:34:39 -0400
committerbors-servo <release+servo@mozilla.com>2014-05-01 23:34:39 -0400
commitb36b779d24c6f7425f630c18495dae4c6edec137 (patch)
tree067c7628f8b9b700e2dacfcf9d20bb1b7faad544 /src/components/script/dom/testbinding.rs
parent96382eed42835c49398b4f1bf1f95e51348fffc7 (diff)
parent04ba6bf29bee4a408d21571beb15efd60b71ae89 (diff)
downloadservo-b36b779d24c6f7425f630c18495dae4c6edec137.tar.gz
servo-b36b779d24c6f7425f630c18495dae4c6edec137.zip
auto merge of #2290 : saneyuki/servo/export, r=jdm
- Fix #2128 - Take over from #2220 I didn't change `InterfaceTypes.rs` to `type.rs` because `type` is very common name which might be troublesome.
Diffstat (limited to 'src/components/script/dom/testbinding.rs')
-rw-r--r--src/components/script/dom/testbinding.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/dom/testbinding.rs b/src/components/script/dom/testbinding.rs
index 5d2620263a7..6283b5a350e 100644
--- a/src/components/script/dom/testbinding.rs
+++ b/src/components/script/dom/testbinding.rs
@@ -3,7 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
use dom::bindings::js::JS;
-use dom::bindings::codegen::TestBindingBinding;
+use dom::bindings::codegen::BindingDeclarations::TestBindingBinding;
use dom::bindings::codegen::UnionTypes::HTMLElementOrLong;
use self::TestBindingBinding::TestEnum;
use self::TestBindingBinding::TestEnumValues::_empty;