aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs2
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;