refactor(script): move crate::dom::bindings::{utils → principals)::ServoJSPrincipal

This commit is contained in:
yvt 2021-07-13 21:45:21 +09:00
parent dfb4a0c844
commit 320965bfb9
5 changed files with 51 additions and 49 deletions

View file

@ -145,6 +145,7 @@ pub mod interface;
pub mod iterable;
pub mod namespace;
pub mod num;
pub mod principals;
pub mod proxyhandler;
pub mod record;
pub mod refcounted;