aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/test.rs')
-rw-r--r--components/script/test.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/test.rs b/components/script/test.rs
index 556ef4b95ff..18d8754d831 100644
--- a/components/script/test.rs
+++ b/components/script/test.rs
@@ -7,7 +7,7 @@ pub use dom::headers::normalize_value;
// For compile-fail tests only.
pub use dom::bindings::cell::DOMRefCell;
-pub use dom::bindings::root::JS;
+pub use dom::bindings::root::Dom;
pub use dom::node::Node;
pub use dom::bindings::refcounted::TrustedPromise;