diff options
author | Aron Zwaan <aronzwaan@gmail.com> | 2019-04-24 12:44:33 +0200 |
---|---|---|
committer | Aron Zwaan <aronzwaan@gmail.com> | 2019-04-24 12:44:33 +0200 |
commit | 7b293ee8cba64937c591c36a9a7e1d6c727d247c (patch) | |
tree | 0610f07fe0a59da4d26a3ad9a06683f582da40b6 /components/script/lib.rs | |
parent | 54f54d194df1911d1dd35a82dd87331853f985a3 (diff) | |
download | servo-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.rs | 1 |
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; |