diff options
Diffstat (limited to 'components/script/dom/crypto.rs')
-rw-r--r-- | components/script/dom/crypto.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/crypto.rs b/components/script/dom/crypto.rs index 22466f3f14c..4120456c77c 100644 --- a/components/script/dom/crypto.rs +++ b/components/script/dom/crypto.rs @@ -15,7 +15,7 @@ use js::jsapi::{JSContext, JSObject}; use js::jsapi::{JS_GetArrayBufferViewType, Type}; use rand::{OsRng, Rng}; -no_jsmanaged_fields!(OsRng); +unsafe_no_jsmanaged_fields!(OsRng); // https://developer.mozilla.org/en-US/docs/Web/API/Crypto #[dom_struct] |