mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Mark JSTraceable and its method as unsafe
This commit is contained in:
parent
73b6e705b4
commit
620a67ff14
16 changed files with 191 additions and 185 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue