aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorKunal Mohan <kunalmohan99@gmail.com>2020-01-24 13:29:09 +0530
committerKunal Mohan <kunalmohan99@gmail.com>2020-01-24 20:52:36 +0530
commit5a3e1b8e6903c825e50597a218532d417f1dfef9 (patch)
tree50770b139f2e9968f7c15de246f222936975722f /components/script/lib.rs
parentbe409233fdf8d3578e0529ec150a3697788ba4c8 (diff)
downloadservo-5a3e1b8e6903c825e50597a218532d417f1dfef9.tar.gz
servo-5a3e1b8e6903c825e50597a218532d417f1dfef9.zip
rename compartment to realm
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index e74af20db42..c01fd6dbd60 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -64,8 +64,6 @@ pub mod document_loader;
mod dom;
#[warn(deprecated)]
mod canvas_state;
-#[warn(deprecated)]
-mod compartments;
mod euclidext;
#[warn(deprecated)]
pub mod fetch;
@@ -82,6 +80,8 @@ mod microtask;
#[warn(deprecated)]
mod network_listener;
#[warn(deprecated)]
+mod realms;
+#[warn(deprecated)]
mod script_module;
#[warn(deprecated)]
pub mod script_runtime;