mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Simple privatizations
This commit is contained in:
parent
5b72087944
commit
acd98a73a4
36 changed files with 59 additions and 22 deletions
|
@ -20,8 +20,9 @@ use servo_util::str::DOMString;
|
|||
|
||||
#[jstraceable]
|
||||
#[must_root]
|
||||
#[privatize]
|
||||
pub struct DocumentFragment {
|
||||
pub node: Node,
|
||||
node: Node,
|
||||
}
|
||||
|
||||
impl DocumentFragmentDerived for EventTarget {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue