aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/bindings/mod.rs')
-rw-r--r--components/script/dom/bindings/mod.rs6
1 files changed, 5 insertions, 1 deletions
diff --git a/components/script/dom/bindings/mod.rs b/components/script/dom/bindings/mod.rs
index 19797a473d0..16607c9045f 100644
--- a/components/script/dom/bindings/mod.rs
+++ b/components/script/dom/bindings/mod.rs
@@ -128,15 +128,19 @@
//! return `Err()` from the method with the appropriate [error value]
//! (error/enum.Error.html).
+pub use style::domrefcell as cell;
+
pub mod callback;
-pub mod cell;
+pub mod constant;
pub mod conversions;
pub mod error;
pub mod global;
pub mod guard;
pub mod inheritance;
pub mod interface;
+pub mod iterable;
pub mod js;
+pub mod namespace;
pub mod num;
pub mod proxyhandler;
pub mod refcounted;