mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
@ -19,7 +19,7 @@ use msg::constellation_msg::{Key, KeyModifiers};
|
|||
use std::borrow::Cow;
|
||||
use std::cell::Cell;
|
||||
|
||||
no_jsmanaged_fields!(Key);
|
||||
unsafe_no_jsmanaged_fields!(Key);
|
||||
|
||||
#[dom_struct]
|
||||
pub struct KeyboardEvent {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue