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