diff options
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 755898a5fd9..1624a8c2653 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -91,6 +91,7 @@ pub mod dom { pub mod domrectlist; pub mod comment; pub mod console; + mod create; pub mod customevent; pub mod dedicatedworkerglobalscope; pub mod document; |