mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Privatize InheritTypes
This commit is contained in:
@@ -15,8 +15,9 @@ use servo_util::str::DOMString;
|
||||
|
||||
#[jstraceable]
|
||||
#[must_root]
|
||||
#[privatize]
|
||||
pub struct HTMLSpanElement {
|
||||
pub htmlelement: HTMLElement
|
||||
htmlelement: HTMLElement
|
||||
}
|
||||
|
||||
impl HTMLSpanElementDerived for EventTarget {
|
||||
|
||||
Reference in New Issue
Block a user