aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorAron Zwaan <aronzwaan@gmail.com>2019-04-24 12:44:33 +0200
committerAron Zwaan <aronzwaan@gmail.com>2019-04-24 12:44:33 +0200
commit7b293ee8cba64937c591c36a9a7e1d6c727d247c (patch)
tree0610f07fe0a59da4d26a3ad9a06683f582da40b6 /components/script/lib.rs
parent54f54d194df1911d1dd35a82dd87331853f985a3 (diff)
downloadservo-7b293ee8cba64937c591c36a9a7e1d6c727d247c.tar.gz
servo-7b293ee8cba64937c591c36a9a7e1d6c727d247c.zip
Add proof that code is executed in compartment
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index a057540ae22..f63c784bcd4 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -57,6 +57,7 @@ mod devtools;
pub mod document_loader;
#[macro_use]
mod dom;
+mod compartments;
pub mod fetch;
mod image_listener;
mod layout_image;