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