mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
|
@ -50,7 +50,7 @@ use style::parser::ParserContextExtraData;
|
|||
use style::str::HTML_SPACE_CHARACTERS;
|
||||
use style::stylesheets::{Stylesheet, Origin};
|
||||
|
||||
no_jsmanaged_fields!(Stylesheet);
|
||||
unsafe_no_jsmanaged_fields!(Stylesheet);
|
||||
|
||||
#[dom_struct]
|
||||
pub struct HTMLLinkElement {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue