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 e93ddd9dc29..64fd584c757 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -89,6 +89,7 @@ pub mod dom { pub mod characterdata; pub mod domrect; pub mod domrectlist; + pub mod domstringmap; pub mod comment; pub mod console; mod create; |