mirror of
https://github.com/servo/servo
synced 2026-04-28 02:19:14 +02:00
Use #[dom_struct] everywhere
This commit is contained in:
@@ -13,9 +13,7 @@ use dom::htmlelement::HTMLElement;
|
||||
use dom::node::{Node, ElementNodeTypeId};
|
||||
use servo_util::str::DOMString;
|
||||
|
||||
#[jstraceable]
|
||||
#[must_root]
|
||||
#[privatize]
|
||||
#[dom_struct]
|
||||
pub struct HTMLTableSectionElement {
|
||||
htmlelement: HTMLElement,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user