mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
rename compartment to realm
This commit is contained in:
parent
be409233fd
commit
5a3e1b8e69
54 changed files with 226 additions and 259 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue