diff options
author | Delan Azabani <dazabani@igalia.com> | 2023-03-23 18:01:26 +0800 |
---|---|---|
committer | Delan Azabani <dazabani@igalia.com> | 2023-03-23 18:01:26 +0800 |
commit | fd1de05592f9ba2485af81505fa244c79395f2ed (patch) | |
tree | 46831834fbaf0d01837af34f33c75d19399d3100 /components/script/lib.rs | |
parent | be6e25a1b223325f47db85050c47982c641c8f0f (diff) | |
download | servo-fd1de05592f9ba2485af81505fa244c79395f2ed.tar.gz servo-fd1de05592f9ba2485af81505fa244c79395f2ed.zip |
apply pylbrecht/servo/named.window.getter (closes #27952)
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 8f458557a7c..b34b1fb11ee 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -110,6 +110,8 @@ mod timers; mod unpremultiplytable; #[warn(deprecated)] mod webdriver_handlers; +#[warn(deprecated)] +mod window_named_properties; pub use init::init; pub use script_runtime::JSEngineSetup; |