diff options
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 4 |
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; |