mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Add inheritance-checking lint
This commit is contained in:
parent
7d65673561
commit
d761877ef6
9 changed files with 139 additions and 21 deletions
|
@ -65,7 +65,9 @@ impl BrowserContext {
|
|||
}
|
||||
}
|
||||
|
||||
#[dom_struct]
|
||||
#[must_root]
|
||||
#[privatize]
|
||||
#[jstraceable]
|
||||
pub struct SessionHistoryEntry {
|
||||
document: JS<Document>,
|
||||
children: Vec<BrowserContext>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue