mirror of
https://github.com/servo/servo
synced 2026-05-01 03:47:53 +02:00
Privatize InheritTypes
This commit is contained in:
@@ -20,8 +20,9 @@ use servo_util::str::{DOMString, HTML_SPACE_CHARACTERS, StaticStringVec};
|
||||
|
||||
#[jstraceable]
|
||||
#[must_root]
|
||||
#[privatize]
|
||||
pub struct HTMLScriptElement {
|
||||
pub htmlelement: HTMLElement,
|
||||
htmlelement: HTMLElement,
|
||||
}
|
||||
|
||||
impl HTMLScriptElementDerived for EventTarget {
|
||||
|
||||
Reference in New Issue
Block a user