mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +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
|
@ -26,7 +26,7 @@ pub enum TexParameterValue {
|
|||
const MAX_LEVEL_COUNT: usize = 31;
|
||||
const MAX_FACE_COUNT: usize = 6;
|
||||
|
||||
no_jsmanaged_fields!([ImageInfo; MAX_LEVEL_COUNT * MAX_FACE_COUNT]);
|
||||
unsafe_no_jsmanaged_fields!([ImageInfo; MAX_LEVEL_COUNT * MAX_FACE_COUNT]);
|
||||
|
||||
#[dom_struct]
|
||||
pub struct WebGLTexture {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue