aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mod.rs
diff options
context:
space:
mode:
authorChocolate Pie <106949016+chocolate-pie@users.noreply.github.com>2024-08-02 02:26:44 +0900
committerGitHub <noreply@github.com>2024-08-01 17:26:44 +0000
commit92866ab911cb65d09b6b46bc1fb26868854cbafe (patch)
tree7cb50444580f91ebf55b3a05d2bd638724dd7f93 /components/script/dom/mod.rs
parent2cf207ddc8133f1abb85704d2d0eee9e26b52723 (diff)
downloadservo-92866ab911cb65d09b6b46bc1fb26868854cbafe.tar.gz
servo-92866ab911cb65d09b6b46bc1fb26868854cbafe.zip
enhance: Add support for `unsafe-eval` and `wasm-unsafe-eval` (#32893)
Signed-off-by: Chocolate Pie <106949016+chocolate-pie@users.noreply.github.com>
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r--components/script/dom/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs
index 616dd576a5c..8c1d40ea8af 100644
--- a/components/script/dom/mod.rs
+++ b/components/script/dom/mod.rs
@@ -525,6 +525,7 @@ pub(crate) mod rtcrtptransceiver;
pub mod rtcsessiondescription;
pub mod rtctrackevent;
pub mod screen;
+pub mod securitypolicyviolationevent;
pub mod selection;
pub mod serviceworker;
pub mod serviceworkercontainer;