aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/testbindingproxy.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/testbindingproxy.rs')
-rw-r--r--components/script/dom/testbindingproxy.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/script/dom/testbindingproxy.rs b/components/script/dom/testbindingproxy.rs
index 3b352acb097..55be0bfc28b 100644
--- a/components/script/dom/testbindingproxy.rs
+++ b/components/script/dom/testbindingproxy.rs
@@ -4,10 +4,11 @@
// check-tidy: no specs after this line
+use dom_struct::dom_struct;
+
use crate::dom::bindings::codegen::Bindings::TestBindingProxyBinding::TestBindingProxyMethods;
use crate::dom::bindings::str::DOMString;
use crate::dom::testbinding::TestBinding;
-use dom_struct::dom_struct;
#[dom_struct]
pub struct TestBindingProxy {