diff options
author | Bruno de Oliveira Abinader <bruno.d@partner.samsung.com> | 2014-11-04 10:39:53 -0800 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno.d@partner.samsung.com> | 2014-11-06 11:31:58 -0800 |
commit | 5c76502b91b22d3cb769a1b70e082c0c43f17911 (patch) | |
tree | 3972d217dcc19eee05c4fe3734b97cadf0fc7b64 /components/script/lib.rs | |
parent | b50cfa56a94be66f51f9641ef63ede67c107e4a2 (diff) | |
download | servo-5c76502b91b22d3cb769a1b70e082c0c43f17911.tar.gz servo-5c76502b91b22d3cb769a1b70e082c0c43f17911.zip |
Implement DOMStringMap
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; |