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 18d8754d831..0ff6811b14d 100644
--- a/components/script/test.rs
+++ b/components/script/test.rs
@@ -6,7 +6,7 @@ pub use dom::bindings::str::{ByteString, DOMString};
pub use dom::headers::normalize_value;
// For compile-fail tests only.
-pub use dom::bindings::cell::DOMRefCell;
+pub use dom::bindings::cell::DomRefCell;
pub use dom::bindings::root::Dom;
pub use dom::node::Node;
pub use dom::bindings::refcounted::TrustedPromise;