mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Mark JSTraceable and its method as unsafe
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user