diff options
author | Tim Taubert <tim@timtaubert.de> | 2015-06-26 14:02:35 -0700 |
---|---|---|
committer | Tim Taubert <tim@timtaubert.de> | 2015-07-03 18:34:00 +0200 |
commit | 92874a89d260bf4f17849ed93bddfe5a70cd312a (patch) | |
tree | f87a4bcac77a5c3c7eee28332438e44a254fe9cd /components/script/dom/mod.rs | |
parent | 73b52c095a448116c0f9db23894a0932d0d53484 (diff) | |
download | servo-92874a89d260bf4f17849ed93bddfe5a70cd312a.tar.gz servo-92874a89d260bf4f17849ed93bddfe5a70cd312a.zip |
Implement window.crypto.getRandomValues()
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r-- | components/script/dom/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs index 466aced53d7..88695f8cc04 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -197,6 +197,7 @@ pub mod closeevent; pub mod comment; pub mod console; mod create; +pub mod crypto; pub mod customevent; pub mod dedicatedworkerglobalscope; pub mod document; |